Shades of Goldenrod #CBD868
Tints of Goldenrod #CBD868
RGB
CMYK
RGB Variations
Color information
#CBD868 (or 0xCBD868) is known color: Goldenrod. HEX triplet: CB, D8 and 68. RGB value is (203,216,104). Sum of RGB (Red+Green+Blue) = 203+216+104=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD868 is #342797. Grayscale: #C7C7C7. Windows color (decimal): -3418008 or 6871243. OLE color: 6871243.
HSL color Cylindrical-coordinate representation of color #CBD868: hue angle of 66.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD868 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 104 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.96º | 0.59% | 0.63% | - |
| HSV(B) | 66.96º | 0.52% | 0.85% | - |
| XYZ | 51.68 | 62.81 | 22.5 | - |
| YUV | 199.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 104 | 0.06 | 0 | 0.52 | 0.15 | 66.96 | 0.59 | 0.63 |
| Hex | CB | D8 | 68 | 6 | 0 | 34 | F | 43 | 3B | 3F |
| Octal | 313 | 330 | 150 | 6 | 0 | 64 | 17 | 103 | 73 | 77 |
| Binary | 11001011 | 11011000 | 1101000 | 110 | 0 | 110100 | 1111 | 1000011 | 111011 | 111111 |
Color Harmonies of #CBD868
Complementary color
Monochromatic Colors of #CBD868
Black with #CBD868
Text Example
Text Example
White with #CBD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD868; }
p { color: rgb(203,216,104); }
H1.HeaderClassName
{
color: #CBD868;
}
.AnyTagClassName
{
color: #CBD868;
}
</style>
background-color css
<style>
a { background-color: #CBD868; }
a { background-color: rgb(203,216,104); }
div.DivClassName
{
background-color: #CBD868;
}
.BgClassName
{
background-color: #CBD868;
}
</style>
border-color css
<style>
span { border-color: #CBD868; }
span { border-color: rgb(203,216,104); }
td.TdClassName
{
border-color: #CBD868;
}
.TagClassName
{
border-color: #CBD868;
}
</style>