Shades of Goldenrod #CBD86C
Tints of Goldenrod #CBD86C
RGB
CMYK
RGB Variations
Color information
#CBD86C (or 0xCBD86C) is known color: Goldenrod. HEX triplet: CB, D8 and 6C. RGB value is (203,216,108). Sum of RGB (Red+Green+Blue) = 203+216+108=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD86C is #342793. Grayscale: #C8C8C8. Windows color (decimal): -3418004 or 7133387. OLE color: 7133387.
HSL color Cylindrical-coordinate representation of color #CBD86C: hue angle of 67.22º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD86C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 108 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 67.22º | 0.58% | 0.64% | - |
| HSV(B) | 67.22º | 0.5% | 0.85% | - |
| XYZ | 51.89 | 62.89 | 23.59 | - |
| YUV | 199.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 108 | 0.06 | 0 | 0.50 | 0.15 | 67.22 | 0.58 | 0.64 |
| Hex | CB | D8 | 6C | 6 | 0 | 32 | F | 43 | 3A | 40 |
| Octal | 313 | 330 | 154 | 6 | 0 | 62 | 17 | 103 | 72 | 100 |
| Binary | 11001011 | 11011000 | 1101100 | 110 | 0 | 110010 | 1111 | 1000011 | 111010 | 1000000 |
Color Harmonies of #CBD86C
Complementary color
Monochromatic Colors of #CBD86C
Black with #CBD86C
Text Example
Text Example
White with #CBD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD86C; }
p { color: rgb(203,216,108); }
H1.HeaderClassName
{
color: #CBD86C;
}
.AnyTagClassName
{
color: #CBD86C;
}
</style>
background-color css
<style>
a { background-color: #CBD86C; }
a { background-color: rgb(203,216,108); }
div.DivClassName
{
background-color: #CBD86C;
}
.BgClassName
{
background-color: #CBD86C;
}
</style>
border-color css
<style>
span { border-color: #CBD86C; }
span { border-color: rgb(203,216,108); }
td.TdClassName
{
border-color: #CBD86C;
}
.TagClassName
{
border-color: #CBD86C;
}
</style>