Html Css Color HEX #D2CC6F Goldenrod

📋 copy color: '#D2CC6F'

red 210 ◦ green 204 ◦ blue 111

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

Shades of Goldenrod #D2CC6F

Tints of Goldenrod #D2CC6F

RGB

 RED value IS 210 (82.42% from 255) = 40%

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

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

R = 40%
G = 38.86%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2CC6F (or 0xD2CC6F) is known color: Goldenrod. HEX triplet: D2, CC and 6F. RGB value is (210,204,111). Sum of RGB (Red+Green+Blue) = 210+204+111=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC6F is #2D3390. Grayscale: #C3C3C3. Windows color (decimal): -2962321 or 7326930. OLE color: 7326930.

HSL color Cylindrical-coordinate representation of color #D2CC6F: hue angle of 56.36º 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 #D2CC6F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 111 -
CMYK 0 0.03 0.47 0.18
HSL 56.36º 0.52% 0.63% -
HSV(B) 56.36º 0.47% 0.82% -
XYZ 51.04 58.04 23.55 -
YUV 195.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 210 204 111 0 0.03 0.47 0.18 56.36 0.52 0.63
Hex D2 CC 6F 0 3 2F 12 38 34 3F
Octal 322 314 157 0 3 57 22 70 64 77
Binary 11010010 11001100 1101111 0 11 101111 10010 111000 110100 111111

Color Harmonies of #D2CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC6F

Black with #D2CC6F

Text Example


Text Example

White with #D2CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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