Shades of Goldenrod #D0D270
Tints of Goldenrod #D0D270
RGB
CMYK
RGB Variations
Color information
#D0D270 (or 0xD0D270) is known color: Goldenrod. HEX triplet: D0, D2 and 70. RGB value is (208,210,112). Sum of RGB (Red+Green+Blue) = 208+210+112=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D270 is #2F2D8F. Grayscale: #C6C6C6. Windows color (decimal): -3091856 or 7394000. OLE color: 7394000.
HSL color Cylindrical-coordinate representation of color #D0D270: hue angle of 61.22º 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 #D0D270 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 112 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.18 |
| HSL | 61.22º | 0.52% | 0.63% | - |
| HSV(B) | 61.22º | 0.47% | 0.82% | - |
| XYZ | 51.98 | 60.67 | 24.3 | - |
| YUV | 198.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 112 | 0.01 | 0 | 0.47 | 0.18 | 61.22 | 0.52 | 0.63 |
| Hex | D0 | D2 | 70 | 1 | 0 | 2F | 12 | 3D | 34 | 3F |
| Octal | 320 | 322 | 160 | 1 | 0 | 57 | 22 | 75 | 64 | 77 |
| Binary | 11010000 | 11010010 | 1110000 | 1 | 0 | 101111 | 10010 | 111101 | 110100 | 111111 |
Color Harmonies of #D0D270
Complementary color
Monochromatic Colors of #D0D270
Black with #D0D270
Text Example
Text Example
White with #D0D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D270; }
p { color: rgb(208,210,112); }
H1.HeaderClassName
{
color: #D0D270;
}
.AnyTagClassName
{
color: #D0D270;
}
</style>
background-color css
<style>
a { background-color: #D0D270; }
a { background-color: rgb(208,210,112); }
div.DivClassName
{
background-color: #D0D270;
}
.BgClassName
{
background-color: #D0D270;
}
</style>
border-color css
<style>
span { border-color: #D0D270; }
span { border-color: rgb(208,210,112); }
td.TdClassName
{
border-color: #D0D270;
}
.TagClassName
{
border-color: #D0D270;
}
</style>