#D0CF71

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

Shades of Goldenrod #D0CF71

Tints of Goldenrod #D0CF71

Color information

#D0CF71 (or 0xD0CF71) is unknown color: approx Goldenrod. HEX triplet: D0, CF and 71. RGB value is (208,207,113). Sum of RGB (Red+Green+Blue) = 208+207+113=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF71 is #2F308E. Grayscale: #C4C4C4. Windows color (decimal): -3092623 or 7458768. OLE color: 7458768.

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

Color convert

RGB208207113-
CMYK00.000.460.18
HSL59.37º50.26%62.94%-
HSV(B)59.37º45.67%81.57%-
XYZ51.3159.2324.35-
YUV196.5880.83136.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=39.39%
G=39.20%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820711300.000.460.1859.3750.2662.94
HexD0CF71002E123b323f
Octal320317161005622736277
Binary110100001100111111100010010111010010111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CF71; }

 p { color: rgb(208,207,113); }

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

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

 a { background-color: rgb(208,207,113); }

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

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

 span { border-color: rgb(208,207,113); }

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