Shades of Goldenrod #D2D368
Tints of Goldenrod #D2D368
RGB
CMYK
RGB Variations
Color information
#D2D368 (or 0xD2D368) is known color: Goldenrod. HEX triplet: D2, D3 and 68. RGB value is (210,211,104). Sum of RGB (Red+Green+Blue) = 210+211+104=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D368 is #2D2C97. Grayscale: #C6C6C6. Windows color (decimal): -2960536 or 6869970. OLE color: 6869970.
HSL color Cylindrical-coordinate representation of color #D2D368: hue angle of 60.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2D368 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 104 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.17 |
| HSL | 60.56º | 0.55% | 0.62% | - |
| HSV(B) | 60.56º | 0.51% | 0.83% | - |
| XYZ | 52.37 | 61.29 | 22.17 | - |
| YUV | 198.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 104 | 0.00 | 0 | 0.51 | 0.17 | 60.56 | 0.55 | 0.62 |
| Hex | D2 | D3 | 68 | 0 | 0 | 33 | 11 | 3D | 37 | 3E |
| Octal | 322 | 323 | 150 | 0 | 0 | 63 | 21 | 75 | 67 | 76 |
| Binary | 11010010 | 11010011 | 1101000 | 0 | 0 | 110011 | 10001 | 111101 | 110111 | 111110 |
Color Harmonies of #D2D368
Complementary color
Monochromatic Colors of #D2D368
Black with #D2D368
Text Example
Text Example
White with #D2D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D368; }
p { color: rgb(210,211,104); }
H1.HeaderClassName
{
color: #D2D368;
}
.AnyTagClassName
{
color: #D2D368;
}
</style>
background-color css
<style>
a { background-color: #D2D368; }
a { background-color: rgb(210,211,104); }
div.DivClassName
{
background-color: #D2D368;
}
.BgClassName
{
background-color: #D2D368;
}
</style>
border-color css
<style>
span { border-color: #D2D368; }
span { border-color: rgb(210,211,104); }
td.TdClassName
{
border-color: #D2D368;
}
.TagClassName
{
border-color: #D2D368;
}
</style>