Shades of Goldenrod #CBD16E
Tints of Goldenrod #CBD16E
RGB
CMYK
RGB Variations
Color information
#CBD16E (or 0xCBD16E) is known color: Goldenrod. HEX triplet: CB, D1 and 6E. RGB value is (203,209,110). Sum of RGB (Red+Green+Blue) = 203+209+110=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD16E is #342E91. Grayscale: #C4C4C4. Windows color (decimal): -3419794 or 7262667. OLE color: 7262667.
HSL color Cylindrical-coordinate representation of color #CBD16E: hue angle of 63.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD16E is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 110 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.18 |
| HSL | 63.64º | 0.52% | 0.63% | - |
| HSV(B) | 63.64º | 0.47% | 0.82% | - |
| XYZ | 50.24 | 59.42 | 23.57 | - |
| YUV | 195.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 110 | 0.03 | 0 | 0.47 | 0.18 | 63.64 | 0.52 | 0.63 |
| Hex | CB | D1 | 6E | 3 | 0 | 2F | 12 | 40 | 34 | 3F |
| Octal | 313 | 321 | 156 | 3 | 0 | 57 | 22 | 100 | 64 | 77 |
| Binary | 11001011 | 11010001 | 1101110 | 11 | 0 | 101111 | 10010 | 1000000 | 110100 | 111111 |
Color Harmonies of #CBD16E
Complementary color
Monochromatic Colors of #CBD16E
Black with #CBD16E
Text Example
Text Example
White with #CBD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD16E; }
p { color: rgb(203,209,110); }
H1.HeaderClassName
{
color: #CBD16E;
}
.AnyTagClassName
{
color: #CBD16E;
}
</style>
background-color css
<style>
a { background-color: #CBD16E; }
a { background-color: rgb(203,209,110); }
div.DivClassName
{
background-color: #CBD16E;
}
.BgClassName
{
background-color: #CBD16E;
}
</style>
border-color css
<style>
span { border-color: #CBD16E; }
span { border-color: rgb(203,209,110); }
td.TdClassName
{
border-color: #CBD16E;
}
.TagClassName
{
border-color: #CBD16E;
}
</style>