#D2CF6A

Color #D2CF6A Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D2CF6A

Tints of Goldenrod #D2CF6A

Color information

#D2CF6A (or 0xD2CF6A) is unknown color: approx Goldenrod. HEX triplet: D2, CF and 6A. RGB value is (210,207,106). Sum of RGB (Red+Green+Blue) = 210+207+106=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF6A is #2D3095. Grayscale: #C4C4C4. Windows color (decimal): -2961558 or 7000018. OLE color: 7000018.

HSL color Cylindrical-coordinate representation of color #D2CF6A: hue angle of 58.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2CF6A is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210207106-
CMYK00.010.500.18
HSL58.27º53.61%61.96%-
HSV(B)58.27º49.52%82.35%-
XYZ51.4959.3722.38-
YUV196.3876.99137.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=40.15%
G=39.58%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020710600.010.500.1858.2753.6161.96
HexD2CF6A0132123a363e
Octal322317152016222726676
Binary110100101100111111010100111001010010111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CF6A; }

 p { color: rgb(210,207,106); }

 H1.HeaderClassName
 {
   color: #D2CF6A;
 }
 .AnyTagClassName
 {
   color: #D2CF6A;
 }
</style>
background-color css

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

 a { background-color: rgb(210,207,106); }

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

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

 span { border-color: rgb(210,207,106); }

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