Html Css Color HEX #D4CC6E Goldenrod

📋 copy color: '#D4CC6E'

red 212 ◦ green 204 ◦ blue 110

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

Shades of Goldenrod #D4CC6E

Tints of Goldenrod #D4CC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.91%

R = 40.3%
G = 38.78%
B = 20.91%

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

#D4CC6E (or 0xD4CC6E) is known color: Goldenrod. HEX triplet: D4, CC and 6E. RGB value is (212,204,110). Sum of RGB (Red+Green+Blue) = 212+204+110=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC6E is #2B3391. Grayscale: #C4C4C4. Windows color (decimal): -2831250 or 7261396. OLE color: 7261396.

HSL color Cylindrical-coordinate representation of color #D4CC6E: hue angle of 55.29º 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 #D4CC6E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 110 -
CMYK 0 0.04 0.48 0.17
HSL 55.29º 0.54% 0.63% -
HSV(B) 55.29º 0.48% 0.83% -
XYZ 51.56 58.31 23.29 -
YUV 195.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 212 204 110 0 0.04 0.48 0.17 55.29 0.54 0.63
Hex D4 CC 6E 0 4 30 11 37 36 3F
Octal 324 314 156 0 4 60 21 67 66 77
Binary 11010100 11001100 1101110 0 100 110000 10001 110111 110110 111111

Color Harmonies of #D4CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC6E

Black with #D4CC6E

Text Example


Text Example

White with #D4CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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