Shades of Goldenrod #D5D368
Tints of Goldenrod #D5D368
RGB
CMYK
RGB Variations
Color information
#D5D368 (or 0xD5D368) is known color: Goldenrod. HEX triplet: D5, D3 and 68. RGB value is (213,211,104). Sum of RGB (Red+Green+Blue) = 213+211+104=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D368 is #2A2C97. Grayscale: #C7C7C7. Windows color (decimal): -2763928 or 6869973. OLE color: 6869973.
HSL color Cylindrical-coordinate representation of color #D5D368: hue angle of 58.9º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5D368 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 104 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.16 |
| HSL | 58.9º | 0.56% | 0.62% | - |
| HSV(B) | 58.9º | 0.51% | 0.84% | - |
| XYZ | 53.23 | 61.73 | 22.21 | - |
| YUV | 199.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 104 | 0 | 0.01 | 0.51 | 0.16 | 58.9 | 0.56 | 0.62 |
| Hex | D5 | D3 | 68 | 0 | 1 | 33 | 10 | 3B | 38 | 3E |
| Octal | 325 | 323 | 150 | 0 | 1 | 63 | 20 | 73 | 70 | 76 |
| Binary | 11010101 | 11010011 | 1101000 | 0 | 1 | 110011 | 10000 | 111011 | 111000 | 111110 |
Color Harmonies of #D5D368
Complementary color
Monochromatic Colors of #D5D368
Black with #D5D368
Text Example
Text Example
White with #D5D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D368; }
p { color: rgb(213,211,104); }
H1.HeaderClassName
{
color: #D5D368;
}
.AnyTagClassName
{
color: #D5D368;
}
</style>
background-color css
<style>
a { background-color: #D5D368; }
a { background-color: rgb(213,211,104); }
div.DivClassName
{
background-color: #D5D368;
}
.BgClassName
{
background-color: #D5D368;
}
</style>
border-color css
<style>
span { border-color: #D5D368; }
span { border-color: rgb(213,211,104); }
td.TdClassName
{
border-color: #D5D368;
}
.TagClassName
{
border-color: #D5D368;
}
</style>