Shades of Goldenrod #D2D467
Tints of Goldenrod #D2D467
RGB
CMYK
RGB Variations
Color information
#D2D467 (or 0xD2D467) is known color: Goldenrod. HEX triplet: D2, D4 and 67. RGB value is (210,212,103). Sum of RGB (Red+Green+Blue) = 210+212+103=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D467 is #2D2B98. Grayscale: #C7C7C7. Windows color (decimal): -2960281 or 6804690. OLE color: 6804690.
HSL color Cylindrical-coordinate representation of color #D2D467: hue angle of 61.1º degrees, saturation: 0.56, 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 #D2D467 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 103 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.17 |
| HSL | 61.1º | 0.56% | 0.62% | - |
| HSV(B) | 61.1º | 0.51% | 0.83% | - |
| XYZ | 52.57 | 61.77 | 21.98 | - |
| YUV | 198.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 103 | 0.01 | 0 | 0.51 | 0.17 | 61.1 | 0.56 | 0.62 |
| Hex | D2 | D4 | 67 | 1 | 0 | 33 | 11 | 3D | 38 | 3E |
| Octal | 322 | 324 | 147 | 1 | 0 | 63 | 21 | 75 | 70 | 76 |
| Binary | 11010010 | 11010100 | 1100111 | 1 | 0 | 110011 | 10001 | 111101 | 111000 | 111110 |
Color Harmonies of #D2D467
Complementary color
Monochromatic Colors of #D2D467
Black with #D2D467
Text Example
Text Example
White with #D2D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D467; }
p { color: rgb(210,212,103); }
H1.HeaderClassName
{
color: #D2D467;
}
.AnyTagClassName
{
color: #D2D467;
}
</style>
background-color css
<style>
a { background-color: #D2D467; }
a { background-color: rgb(210,212,103); }
div.DivClassName
{
background-color: #D2D467;
}
.BgClassName
{
background-color: #D2D467;
}
</style>
border-color css
<style>
span { border-color: #D2D467; }
span { border-color: rgb(210,212,103); }
td.TdClassName
{
border-color: #D2D467;
}
.TagClassName
{
border-color: #D2D467;
}
</style>