Shades of Goldenrod #D5D26C
Tints of Goldenrod #D5D26C
RGB
CMYK
RGB Variations
Color information
#D5D26C (or 0xD5D26C) is known color: Goldenrod. HEX triplet: D5, D2 and 6C. RGB value is (213,210,108). Sum of RGB (Red+Green+Blue) = 213+210+108=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D26C is #2A2D93. Grayscale: #C7C7C7. Windows color (decimal): -2764180 or 7131861. OLE color: 7131861.
HSL color Cylindrical-coordinate representation of color #D5D26C: hue angle of 58.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D26C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 108 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.16 |
| HSL | 58.29º | 0.56% | 0.63% | - |
| HSV(B) | 58.29º | 0.49% | 0.84% | - |
| XYZ | 53.19 | 61.32 | 23.22 | - |
| YUV | 199.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 108 | 0 | 0.01 | 0.49 | 0.16 | 58.29 | 0.56 | 0.63 |
| Hex | D5 | D2 | 6C | 0 | 1 | 31 | 10 | 3A | 38 | 3F |
| Octal | 325 | 322 | 154 | 0 | 1 | 61 | 20 | 72 | 70 | 77 |
| Binary | 11010101 | 11010010 | 1101100 | 0 | 1 | 110001 | 10000 | 111010 | 111000 | 111111 |
Color Harmonies of #D5D26C
Complementary color
Monochromatic Colors of #D5D26C
Black with #D5D26C
Text Example
Text Example
White with #D5D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D26C; }
p { color: rgb(213,210,108); }
H1.HeaderClassName
{
color: #D5D26C;
}
.AnyTagClassName
{
color: #D5D26C;
}
</style>
background-color css
<style>
a { background-color: #D5D26C; }
a { background-color: rgb(213,210,108); }
div.DivClassName
{
background-color: #D5D26C;
}
.BgClassName
{
background-color: #D5D26C;
}
</style>
border-color css
<style>
span { border-color: #D5D26C; }
span { border-color: rgb(213,210,108); }
td.TdClassName
{
border-color: #D5D26C;
}
.TagClassName
{
border-color: #D5D26C;
}
</style>