#D0CF70

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

Shades of Goldenrod #D0CF70

Tints of Goldenrod #D0CF70

Color information

#D0CF70 (or 0xD0CF70) is unknown color: approx Goldenrod. HEX triplet: D0, CF and 70. RGB value is (208,207,112). Sum of RGB (Red+Green+Blue) = 208+207+112=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF70 is #2F308F. Grayscale: #C4C4C4. Windows color (decimal): -3092624 or 7393232. OLE color: 7393232.

HSL color Cylindrical-coordinate representation of color #D0CF70: hue angle of 59.38º degrees, saturation: 0.51, 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 #D0CF70 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208207112-
CMYK00.000.460.18
HSL59.38º50.53%62.75%-
HSV(B)59.38º46.15%81.57%-
XYZ51.2559.2124.06-
YUV196.4780.33136.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=39.47%
G=39.28%
B=21.25%

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
Decimal20820711200.000.460.1859.3850.5362.75
HexD0CF70002E123b333f
Octal320317160005622736377
Binary110100001100111111100000010111010010111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CF70; }

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

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

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

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

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

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

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

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