Shades of Goldenrod #CDD86B
Tints of Goldenrod #CDD86B
RGB
CMYK
RGB Variations
Color information
#CDD86B (or 0xCDD86B) is known color: Goldenrod. HEX triplet: CD, D8 and 6B. RGB value is (205,216,107). Sum of RGB (Red+Green+Blue) = 205+216+107=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86B is #322794. Grayscale: #C8C8C8. Windows color (decimal): -3286933 or 7067853. OLE color: 7067853.
HSL color Cylindrical-coordinate representation of color #CDD86B: hue angle of 66.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD86B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 107 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 66.06º | 0.58% | 0.63% | - |
| HSV(B) | 66.06º | 0.5% | 0.85% | - |
| XYZ | 52.39 | 63.15 | 23.34 | - |
| YUV | 200.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 107 | 0.05 | 0 | 0.50 | 0.15 | 66.06 | 0.58 | 0.63 |
| Hex | CD | D8 | 6B | 5 | 0 | 32 | F | 42 | 3A | 3F |
| Octal | 315 | 330 | 153 | 5 | 0 | 62 | 17 | 102 | 72 | 77 |
| Binary | 11001101 | 11011000 | 1101011 | 101 | 0 | 110010 | 1111 | 1000010 | 111010 | 111111 |
Color Harmonies of #CDD86B
Complementary color
Monochromatic Colors of #CDD86B
Black with #CDD86B
Text Example
Text Example
White with #CDD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD86B; }
p { color: rgb(205,216,107); }
H1.HeaderClassName
{
color: #CDD86B;
}
.AnyTagClassName
{
color: #CDD86B;
}
</style>
background-color css
<style>
a { background-color: #CDD86B; }
a { background-color: rgb(205,216,107); }
div.DivClassName
{
background-color: #CDD86B;
}
.BgClassName
{
background-color: #CDD86B;
}
</style>
border-color css
<style>
span { border-color: #CDD86B; }
span { border-color: rgb(205,216,107); }
td.TdClassName
{
border-color: #CDD86B;
}
.TagClassName
{
border-color: #CDD86B;
}
</style>