Shades of Goldenrod #D2D367
Tints of Goldenrod #D2D367
RGB
CMYK
RGB Variations
Color information
#D2D367 (or 0xD2D367) is known color: Goldenrod. HEX triplet: D2, D3 and 67. RGB value is (210,211,103). Sum of RGB (Red+Green+Blue) = 210+211+103=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D367 is #2D2C98. Grayscale: #C6C6C6. Windows color (decimal): -2960537 or 6804434. OLE color: 6804434.
HSL color Cylindrical-coordinate representation of color #D2D367: 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 #D2D367 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 103 | - |
| 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.32 | 61.27 | 21.9 | - |
| YUV | 198.39 | 74.17 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 103 | 0.00 | 0 | 0.51 | 0.17 | 60.56 | 0.55 | 0.62 |
| Hex | D2 | D3 | 67 | 0 | 0 | 33 | 11 | 3D | 37 | 3E |
| Octal | 322 | 323 | 147 | 0 | 0 | 63 | 21 | 75 | 67 | 76 |
| Binary | 11010010 | 11010011 | 1100111 | 0 | 0 | 110011 | 10001 | 111101 | 110111 | 111110 |
Color Harmonies of #D2D367
Complementary color
Monochromatic Colors of #D2D367
Black with #D2D367
Text Example
Text Example
White with #D2D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D367; }
p { color: rgb(210,211,103); }
H1.HeaderClassName
{
color: #D2D367;
}
.AnyTagClassName
{
color: #D2D367;
}
</style>
background-color css
<style>
a { background-color: #D2D367; }
a { background-color: rgb(210,211,103); }
div.DivClassName
{
background-color: #D2D367;
}
.BgClassName
{
background-color: #D2D367;
}
</style>
border-color css
<style>
span { border-color: #D2D367; }
span { border-color: rgb(210,211,103); }
td.TdClassName
{
border-color: #D2D367;
}
.TagClassName
{
border-color: #D2D367;
}
</style>