Shades of Goldenrod #D5D266
Tints of Goldenrod #D5D266
RGB
CMYK
RGB Variations
Color information
#D5D266 (or 0xD5D266) is known color: Goldenrod. HEX triplet: D5, D2 and 66. RGB value is (213,210,102). Sum of RGB (Red+Green+Blue) = 213+210+102=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D266 is #2A2D99. Grayscale: #C7C7C7. Windows color (decimal): -2764186 or 6738645. OLE color: 6738645.
HSL color Cylindrical-coordinate representation of color #D5D266: hue angle of 58.38º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5D266 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 102 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.16 |
| HSL | 58.38º | 0.57% | 0.62% | - |
| HSV(B) | 58.38º | 0.52% | 0.84% | - |
| XYZ | 52.89 | 61.2 | 21.6 | - |
| YUV | 198.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 102 | 0 | 0.01 | 0.52 | 0.16 | 58.38 | 0.57 | 0.62 |
| Hex | D5 | D2 | 66 | 0 | 1 | 34 | 10 | 3A | 39 | 3E |
| Octal | 325 | 322 | 146 | 0 | 1 | 64 | 20 | 72 | 71 | 76 |
| Binary | 11010101 | 11010010 | 1100110 | 0 | 1 | 110100 | 10000 | 111010 | 111001 | 111110 |
Color Harmonies of #D5D266
Complementary color
Monochromatic Colors of #D5D266
Black with #D5D266
Text Example
Text Example
White with #D5D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D266; }
p { color: rgb(213,210,102); }
H1.HeaderClassName
{
color: #D5D266;
}
.AnyTagClassName
{
color: #D5D266;
}
</style>
background-color css
<style>
a { background-color: #D5D266; }
a { background-color: rgb(213,210,102); }
div.DivClassName
{
background-color: #D5D266;
}
.BgClassName
{
background-color: #D5D266;
}
</style>
border-color css
<style>
span { border-color: #D5D266; }
span { border-color: rgb(213,210,102); }
td.TdClassName
{
border-color: #D5D266;
}
.TagClassName
{
border-color: #D5D266;
}
</style>