Color Hex Logo

#d9ca69 Color Hex

#D9CA69
(217,202,105)
0 Favorites   0 Comments

Color spaces of #d9ca69

RGB 217202105
HSL0.140.600.63
HSV52°52°85°
CMYK 0.000.070.52   0.15
XYZ52.285658.012721.8064
Yxy58.01270.39580.4391
Hunter Lab76.1661-10.756036.3415
CIE-Lab80.7459-7.321949.7892

#d9ca69 color RGB value is (217,202,105).

#d9ca69 hex color red value is 217, green value is 202 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d9ca69 hue: 0.14 , saturation: 0.60 and the lightness value of d9ca69 is 0.63.

The process color (four color CMYK) of #d9ca69 color hex is 0.00, 0.07, 0.52, 0.15. Web safe color of #d9ca69 is #cccc66. Color #d9ca69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 01101001
Octal 331 312 151
Decimal 217 202 105
Hex D9 CA 69

RGB Percentages of Color #d9ca69

%41.41
%38.55
%20.04

CMYK Percentages of Color #d9ca69

%0
%7
%52
%15

Triadic Colors of #d9ca69

#d9ca69 #69d9ca #ca69d9

Analogous Colors of #d9ca69

#d9ca69 #b0d969 #d99269

Monochromatic Colors of #d9ca69

#d9ca69

Complementary Color

#d9ca69 #6978d9

#d9ca69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ca69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ca69 Color CSS Codes

.mybgcolor {background-color:#d9ca69; } 
.myforecolor {color:#d9ca69; }
.mybordercolor {border:3px solid #d9ca69; }

#d9ca69 Text Font Color

<p style="color:#d9ca69">Text here</p>

This sample text font color is #d9ca69
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d9ca69 Background Color

<div style="background-color:#d9ca69">
Div content here</div>

This div background color is #d9ca69


#d9ca69 Border Color

<div style="border:3px solid #d9ca69">
Div here</div>

This div border color is #d9ca69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,202,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9ca69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9ca69;
  -webkit-box-shadow: 1px 1px 3px 2px #d9ca69;
  box-shadow:         1px 1px 3px 2px #d9ca69; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,202,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9ca69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d9ca69;
  -webkit-box-shadow: 1px 1px 3px 2px #d9ca69;
  box-shadow:         1px 1px 3px 2px #d9ca69;">
Div content here</div>

This div box has shadow with color #d9ca69


Comments

No comments written yet.

Please login to write comment.