#d1d270

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

Shades of Goldenrod #D1D270

Tints of Goldenrod #D1D270

Color information

#D1D270 (or 0xD1D270) is unknown color: approx Goldenrod. HEX triplet: D1, D2 and 70. RGB value is (209,210,112). Sum of RGB (Red+Green+Blue) = 209+210+112=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D270 is #2E2D8F. Grayscale: #C6C6C6. Windows color (decimal): -3026320 or 7394001. OLE color: 7394001.

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

Color convert

RGB209210112-
CMYK0.0000.470.18
HSL60.61º52.13%63.14%-
HSV(B)60.61º46.67%82.35%-
XYZ52.2760.8224.31-
YUV198.5379.17135.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=39.36%
G=39.55%
B=21.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101120.0000.470.1860.6152.1363.14
HexD1D270002F123d343f
Octal321322160005722756477
Binary110100011101001011100000010111110010111101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1d270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1d270; }

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

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

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

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

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

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

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

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