#D1CE70

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

Shades of Goldenrod #D1CE70

Tints of Goldenrod #D1CE70

Color information

#D1CE70 (or 0xD1CE70) is unknown color: approx Goldenrod. HEX triplet: D1, CE and 70. RGB value is (209,206,112). Sum of RGB (Red+Green+Blue) = 209+206+112=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE70 is #2E318F. Grayscale: #C4C4C4. Windows color (decimal): -3027344 or 7392977. OLE color: 7392977.

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

Color convert

RGB209206112-
CMYK00.010.460.18
HSL58.14º51.32%62.94%-
HSV(B)58.14º46.41%81.96%-
XYZ51.2958.8723.99-
YUV196.1880.49137.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=39.66%
G=39.09%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920611200.010.460.1858.1451.3262.94
HexD1CE70012E123a333f
Octal321316160015622726377
Binary110100011100111011100000110111010010111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE70; }

 p { color: rgb(209,206,112); }

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

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

 a { background-color: rgb(209,206,112); }

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

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

 span { border-color: rgb(209,206,112); }

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