Html Css Color HEX #D4CC6F Goldenrod

📋 copy color: '#D4CC6F'

red 212 ◦ green 204 ◦ blue 111

#D4CC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D4CC6F

Tints of Goldenrod #D4CC6F

RGB

 RED value IS 212 (83.2% from 255) = 40.23%

 GREEN value IS 204 (80.08% from 255) = 38.71%

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 40.23%
G = 38.71%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4CC6F (or 0xD4CC6F) is known color: Goldenrod. HEX triplet: D4, CC and 6F. RGB value is (212,204,111). Sum of RGB (Red+Green+Blue) = 212+204+111=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC6F is #2B3390. Grayscale: #C4C4C4. Windows color (decimal): -2831249 or 7326932. OLE color: 7326932.

HSL color Cylindrical-coordinate representation of color #D4CC6F: hue angle of 55.25º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4CC6F is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 111 -
CMYK 0 0.04 0.48 0.17
HSL 55.25º 0.54% 0.63% -
HSV(B) 55.25º 0.48% 0.83% -
XYZ 51.61 58.33 23.58 -
YUV 195.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 212 204 111 0 0.04 0.48 0.17 55.25 0.54 0.63
Hex D4 CC 6F 0 4 30 11 37 36 3F
Octal 324 314 157 0 4 60 21 67 66 77
Binary 11010100 11001100 1101111 0 100 110000 10001 110111 110110 111111

Color Harmonies of #D4CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC6F

Black with #D4CC6F

Text Example


Text Example

White with #D4CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC6F; }

 p { color: rgb(212,204,111); }

 H1.HeaderClassName
 {
   color: #D4CC6F;
 }
 .AnyTagClassName
 {
   color: #D4CC6F;
 }
</style>

background-color css

<style>
 a { background-color: #D4CC6F; }

 a { background-color: rgb(212,204,111); }

 div.DivClassName
 {
   background-color: #D4CC6F;
 }
 .BgClassName
 {
   background-color: #D4CC6F;
 }
</style>

border-color css

<style>
 span { border-color: #D4CC6F; }

 span { border-color: rgb(212,204,111); }

 td.TdClassName
 {
   border-color: #D4CC6F;
 }
 .TagClassName
 {
   border-color: #D4CC6F;
 }
</style>