Shades of Goldenrod #D5D066
Tints of Goldenrod #D5D066
RGB
CMYK
RGB Variations
Color information
#D5D066 (or 0xD5D066) is known color: Goldenrod. HEX triplet: D5, D0 and 66. RGB value is (213,208,102). Sum of RGB (Red+Green+Blue) = 213+208+102=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D066 is #2A2F99. Grayscale: #C5C5C5. Windows color (decimal): -2764698 or 6738133. OLE color: 6738133.
HSL color Cylindrical-coordinate representation of color #D5D066: hue angle of 57.3º 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 #D5D066 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 208 | 102 | - |
CMYK | 0 | 0.02 | 0.52 | 0.16 |
HSL | 57.3º | 0.57% | 0.62% | - |
HSV(B) | 57.3º | 0.52% | 0.84% | - |
XYZ | 52.39 | 60.22 | 21.43 | - |
YUV | 197.41 | 74.16 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 208 | 102 | 0 | 0.02 | 0.52 | 0.16 | 57.3 | 0.57 | 0.62 |
Hex | D5 | D0 | 66 | 0 | 2 | 34 | 10 | 39 | 39 | 3E |
Octal | 325 | 320 | 146 | 0 | 2 | 64 | 20 | 71 | 71 | 76 |
Binary | 11010101 | 11010000 | 1100110 | 0 | 10 | 110100 | 10000 | 111001 | 111001 | 111110 |
Color Harmonies of #D5D066
Complementary color
Monochromatic Colors of #D5D066
Black with #D5D066
Text Example
Text Example
White with #D5D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D066; }
p { color: rgb(213,208,102); }
H1.HeaderClassName
{
color: #D5D066;
}
.AnyTagClassName
{
color: #D5D066;
}
</style>
background-color css
<style>
a { background-color: #D5D066; }
a { background-color: rgb(213,208,102); }
div.DivClassName
{
background-color: #D5D066;
}
.BgClassName
{
background-color: #D5D066;
}
</style>
border-color css
<style>
span { border-color: #D5D066; }
span { border-color: rgb(213,208,102); }
td.TdClassName
{
border-color: #D5D066;
}
.TagClassName
{
border-color: #D5D066;
}
</style>