Shades of Goldenrod #D0D665
Tints of Goldenrod #D0D665
RGB
CMYK
RGB Variations
Color information
#D0D665 (or 0xD0D665) is known color: Goldenrod. HEX triplet: D0, D6 and 65. RGB value is (208,214,101). Sum of RGB (Red+Green+Blue) = 208+214+101=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D665 is #2F299A. Grayscale: #C7C7C7. Windows color (decimal): -3090843 or 6674128. OLE color: 6674128.
HSL color Cylindrical-coordinate representation of color #D0D665: hue angle of 63.19º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0D665 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 101 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.16 |
| HSL | 63.19º | 0.58% | 0.62% | - |
| HSV(B) | 63.19º | 0.53% | 0.84% | - |
| XYZ | 52.41 | 62.44 | 21.6 | - |
| YUV | 199.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 101 | 0.03 | 0 | 0.53 | 0.16 | 63.19 | 0.58 | 0.62 |
| Hex | D0 | D6 | 65 | 3 | 0 | 35 | 10 | 3F | 3A | 3E |
| Octal | 320 | 326 | 145 | 3 | 0 | 65 | 20 | 77 | 72 | 76 |
| Binary | 11010000 | 11010110 | 1100101 | 11 | 0 | 110101 | 10000 | 111111 | 111010 | 111110 |
Color Harmonies of #D0D665
Complementary color
Monochromatic Colors of #D0D665
Black with #D0D665
Text Example
Text Example
White with #D0D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D665; }
p { color: rgb(208,214,101); }
H1.HeaderClassName
{
color: #D0D665;
}
.AnyTagClassName
{
color: #D0D665;
}
</style>
background-color css
<style>
a { background-color: #D0D665; }
a { background-color: rgb(208,214,101); }
div.DivClassName
{
background-color: #D0D665;
}
.BgClassName
{
background-color: #D0D665;
}
</style>
border-color css
<style>
span { border-color: #D0D665; }
span { border-color: rgb(208,214,101); }
td.TdClassName
{
border-color: #D0D665;
}
.TagClassName
{
border-color: #D0D665;
}
</style>