Shades of Goldenrod #CBD968
Tints of Goldenrod #CBD968
RGB
CMYK
RGB Variations
Color information
#CBD968 (or 0xCBD968) is known color: Goldenrod. HEX triplet: CB, D9 and 68. RGB value is (203,217,104). Sum of RGB (Red+Green+Blue) = 203+217+104=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD968 is #342697. Grayscale: #C8C8C8. Windows color (decimal): -3417752 or 6871499. OLE color: 6871499.
HSL color Cylindrical-coordinate representation of color #CBD968: hue angle of 67.43º degrees, saturation: 0.6, 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 #CBD968 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 104 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 67.43º | 0.6% | 0.63% | - |
| HSV(B) | 67.43º | 0.52% | 0.85% | - |
| XYZ | 51.94 | 63.32 | 22.58 | - |
| YUV | 199.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 104 | 0.06 | 0 | 0.52 | 0.15 | 67.43 | 0.6 | 0.63 |
| Hex | CB | D9 | 68 | 6 | 0 | 34 | F | 43 | 3C | 3F |
| Octal | 313 | 331 | 150 | 6 | 0 | 64 | 17 | 103 | 74 | 77 |
| Binary | 11001011 | 11011001 | 1101000 | 110 | 0 | 110100 | 1111 | 1000011 | 111100 | 111111 |
Color Harmonies of #CBD968
Complementary color
Monochromatic Colors of #CBD968
Black with #CBD968
Text Example
Text Example
White with #CBD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD968; }
p { color: rgb(203,217,104); }
H1.HeaderClassName
{
color: #CBD968;
}
.AnyTagClassName
{
color: #CBD968;
}
</style>
background-color css
<style>
a { background-color: #CBD968; }
a { background-color: rgb(203,217,104); }
div.DivClassName
{
background-color: #CBD968;
}
.BgClassName
{
background-color: #CBD968;
}
</style>
border-color css
<style>
span { border-color: #CBD968; }
span { border-color: rgb(203,217,104); }
td.TdClassName
{
border-color: #CBD968;
}
.TagClassName
{
border-color: #CBD968;
}
</style>