Shades of Goldenrod #D3D368
Tints of Goldenrod #D3D368
RGB
CMYK
RGB Variations
Color information
#D3D368 (or 0xD3D368) is known color: Goldenrod. HEX triplet: D3, D3 and 68. RGB value is (211,211,104). Sum of RGB (Red+Green+Blue) = 211+211+104=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D368 is #2C2C97. Grayscale: #C7C7C7. Windows color (decimal): -2895000 or 6869971. OLE color: 6869971.
HSL color Cylindrical-coordinate representation of color #D3D368: hue angle of 60º 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 #D3D368 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 104 | - |
| CMYK | 0 | 0 | 0.51 | 0.17 |
| HSL | 60º | 0.55% | 0.62% | - |
| HSV(B) | 60º | 0.51% | 0.83% | - |
| XYZ | 52.66 | 61.44 | 22.18 | - |
| YUV | 198.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 104 | 0 | 0 | 0.51 | 0.17 | 60 | 0.55 | 0.62 |
| Hex | D3 | D3 | 68 | 0 | 0 | 33 | 11 | 3C | 37 | 3E |
| Octal | 323 | 323 | 150 | 0 | 0 | 63 | 21 | 74 | 67 | 76 |
| Binary | 11010011 | 11010011 | 1101000 | 0 | 0 | 110011 | 10001 | 111100 | 110111 | 111110 |
Color Harmonies of #D3D368
Complementary color
Monochromatic Colors of #D3D368
Black with #D3D368
Text Example
Text Example
White with #D3D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D368; }
p { color: rgb(211,211,104); }
H1.HeaderClassName
{
color: #D3D368;
}
.AnyTagClassName
{
color: #D3D368;
}
</style>
background-color css
<style>
a { background-color: #D3D368; }
a { background-color: rgb(211,211,104); }
div.DivClassName
{
background-color: #D3D368;
}
.BgClassName
{
background-color: #D3D368;
}
</style>
border-color css
<style>
span { border-color: #D3D368; }
span { border-color: rgb(211,211,104); }
td.TdClassName
{
border-color: #D3D368;
}
.TagClassName
{
border-color: #D3D368;
}
</style>