Html Css Color HEX #D1CC6F Goldenrod

📋 copy color: '#D1CC6F'

red 209 ◦ green 204 ◦ blue 111

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

Shades of Goldenrod #D1CC6F

Tints of Goldenrod #D1CC6F

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

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

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

R = 39.89%
G = 38.93%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1CC6F (or 0xD1CC6F) is known color: Goldenrod. HEX triplet: D1, CC and 6F. RGB value is (209,204,111). Sum of RGB (Red+Green+Blue) = 209+204+111=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC6F is #2E3390. Grayscale: #C3C3C3. Windows color (decimal): -3027857 or 7326929. OLE color: 7326929.

HSL color Cylindrical-coordinate representation of color #D1CC6F: hue angle of 56.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1CC6F is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 111 -
CMYK 0 0.02 0.47 0.18
HSL 56.94º 0.52% 0.63% -
HSV(B) 56.94º 0.47% 0.82% -
XYZ 50.76 57.89 23.54 -
YUV 194.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 209 204 111 0 0.02 0.47 0.18 56.94 0.52 0.63
Hex D1 CC 6F 0 2 2F 12 39 34 3F
Octal 321 314 157 0 2 57 22 71 64 77
Binary 11010001 11001100 1101111 0 10 101111 10010 111001 110100 111111

Color Harmonies of #D1CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC6F

Black with #D1CC6F

Text Example


Text Example

White with #D1CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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