#D2CF74

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

Shades of Goldenrod #D2CF74

Tints of Goldenrod #D2CF74

Color information

#D2CF74 (or 0xD2CF74) is unknown color: approx Goldenrod. HEX triplet: D2, CF and 74. RGB value is (210,207,116). Sum of RGB (Red+Green+Blue) = 210+207+116=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF74 is #2D308B. Grayscale: #C5C5C5. Windows color (decimal): -2961548 or 7655378. OLE color: 7655378.

HSL color Cylindrical-coordinate representation of color #D2CF74: hue angle of 58.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2CF74 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210207116-
CMYK00.010.450.18
HSL58.09º51.09%63.92%-
HSV(B)58.09º44.76%82.35%-
XYZ52.0459.5925.28-
YUV197.5281.99136.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=39.40%
G=38.84%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020711600.010.450.1858.0951.0963.92
HexD2CF74012D123a3340
Octal3223171640155227263100
Binary1101001011001111111010001101101100101110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CF74; }

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

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

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

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

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

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

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

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