Html Css Color HEX #D4CC66 Goldenrod

📋 copy color: '#D4CC66'

red 212 ◦ green 204 ◦ blue 102

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

Shades of Goldenrod #D4CC66

Tints of Goldenrod #D4CC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 40.93%
G = 39.38%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4CC66 (or 0xD4CC66) is known color: Goldenrod. HEX triplet: D4, CC and 66. RGB value is (212,204,102). Sum of RGB (Red+Green+Blue) = 212+204+102=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC66 is #2B3399. Grayscale: #C3C3C3. Windows color (decimal): -2831258 or 6737108. OLE color: 6737108.

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

Color convert

RGB 212 204 102 -
CMYK 0 0.04 0.52 0.17
HSL 55.64º 0.56% 0.62% -
HSV(B) 55.64º 0.52% 0.83% -
XYZ 51.14 58.14 21.1 -
YUV 194.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 212 204 102 0 0.04 0.52 0.17 55.64 0.56 0.62
Hex D4 CC 66 0 4 34 11 38 38 3E
Octal 324 314 146 0 4 64 21 70 70 76
Binary 11010100 11001100 1100110 0 100 110100 10001 111000 111000 111110

Color Harmonies of #D4CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC66

Black with #D4CC66

Text Example


Text Example

White with #D4CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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