Color Hex Logo

#d4c663 Color Hex

#D4C663
(212,198,99)
0 Favorites   0 Comments

Color spaces of #d4c663

RGB 21219899
HSL0.150.570.61
HSV53°53°83°
CMYK 0.000.070.53   0.17
XYZ49.597655.286119.8616
Yxy55.28610.39760.4432
Hunter Lab74.3546-11.053736.2107
CIE-Lab79.2058-7.828150.7213

#d4c663 color RGB value is (212,198,99).

#d4c663 hex color red value is 212, green value is 198 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d4c663 hue: 0.15 , saturation: 0.57 and the lightness value of d4c663 is 0.61.

The process color (four color CMYK) of #d4c663 color hex is 0.00, 0.07, 0.53, 0.17. Web safe color of #d4c663 is #cccc66. Color #d4c663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000110 01100011
Octal 324 306 143
Decimal 212 198 99
Hex D4 C6 63

RGB Percentages of Color #d4c663

%41.65
%38.90
%19.45

CMYK Percentages of Color #d4c663

%0
%7
%53
%17

Triadic Colors of #d4c663

#d4c663 #63d4c6 #c663d4

Analogous Colors of #d4c663

#d4c663 #aad463 #d48e63

Monochromatic Colors of #d4c663

#d4c663

Complementary Color

#d4c663 #6371d4

#d4c663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c663 Color CSS Codes

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

#d4c663 Text Font Color

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

This sample text font color is #d4c663
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.


#d4c663 Background Color

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

This div background color is #d4c663


#d4c663 Border Color

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

This div border color is #d4c663


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,198,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4c663; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4c663;
  -webkit-box-shadow: 1px 1px 3px 2px #d4c663;
  box-shadow:         1px 1px 3px 2px #d4c663; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,198,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c663


Comments

No comments written yet.

Please login to write comment.