Shades of Goldenrod #CBD96A
Tints of Goldenrod #CBD96A
RGB
CMYK
RGB Variations
Color information
#CBD96A (or 0xCBD96A) is known color: Goldenrod. HEX triplet: CB, D9 and 6A. RGB value is (203,217,106). Sum of RGB (Red+Green+Blue) = 203+217+106=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD96A is #342695. Grayscale: #C8C8C8. Windows color (decimal): -3417750 or 7002571. OLE color: 7002571.
HSL color Cylindrical-coordinate representation of color #CBD96A: hue angle of 67.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBD96A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 106 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.57º | 0.59% | 0.63% | - |
| HSV(B) | 67.57º | 0.51% | 0.85% | - |
| XYZ | 52.04 | 63.36 | 23.12 | - |
| YUV | 200.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 106 | 0.06 | 0 | 0.51 | 0.15 | 67.57 | 0.59 | 0.63 |
| Hex | CB | D9 | 6A | 6 | 0 | 33 | F | 44 | 3B | 3F |
| Octal | 313 | 331 | 152 | 6 | 0 | 63 | 17 | 104 | 73 | 77 |
| Binary | 11001011 | 11011001 | 1101010 | 110 | 0 | 110011 | 1111 | 1000100 | 111011 | 111111 |
Color Harmonies of #CBD96A
Complementary color
Monochromatic Colors of #CBD96A
Black with #CBD96A
Text Example
Text Example
White with #CBD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD96A; }
p { color: rgb(203,217,106); }
H1.HeaderClassName
{
color: #CBD96A;
}
.AnyTagClassName
{
color: #CBD96A;
}
</style>
background-color css
<style>
a { background-color: #CBD96A; }
a { background-color: rgb(203,217,106); }
div.DivClassName
{
background-color: #CBD96A;
}
.BgClassName
{
background-color: #CBD96A;
}
</style>
border-color css
<style>
span { border-color: #CBD96A; }
span { border-color: rgb(203,217,106); }
td.TdClassName
{
border-color: #CBD96A;
}
.TagClassName
{
border-color: #CBD96A;
}
</style>