Shades of Goldenrod #CBD96B
Tints of Goldenrod #CBD96B
RGB
CMYK
RGB Variations
Color information
#CBD96B (or 0xCBD96B) is known color: Goldenrod. HEX triplet: CB, D9 and 6B. RGB value is (203,217,107). Sum of RGB (Red+Green+Blue) = 203+217+107=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD96B is #342694. Grayscale: #C8C8C8. Windows color (decimal): -3417749 or 7068107. OLE color: 7068107.
HSL color Cylindrical-coordinate representation of color #CBD96B: hue angle of 67.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBD96B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.64º | 0.59% | 0.64% | - |
| HSV(B) | 67.64º | 0.51% | 0.85% | - |
| XYZ | 52.1 | 63.38 | 23.4 | - |
| YUV | 200.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 107 | 0.06 | 0 | 0.51 | 0.15 | 67.64 | 0.59 | 0.64 |
| Hex | CB | D9 | 6B | 6 | 0 | 33 | F | 44 | 3B | 40 |
| Octal | 313 | 331 | 153 | 6 | 0 | 63 | 17 | 104 | 73 | 100 |
| Binary | 11001011 | 11011001 | 1101011 | 110 | 0 | 110011 | 1111 | 1000100 | 111011 | 1000000 |
Color Harmonies of #CBD96B
Complementary color
Monochromatic Colors of #CBD96B
Black with #CBD96B
Text Example
Text Example
White with #CBD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD96B; }
p { color: rgb(203,217,107); }
H1.HeaderClassName
{
color: #CBD96B;
}
.AnyTagClassName
{
color: #CBD96B;
}
</style>
background-color css
<style>
a { background-color: #CBD96B; }
a { background-color: rgb(203,217,107); }
div.DivClassName
{
background-color: #CBD96B;
}
.BgClassName
{
background-color: #CBD96B;
}
</style>
border-color css
<style>
span { border-color: #CBD96B; }
span { border-color: rgb(203,217,107); }
td.TdClassName
{
border-color: #CBD96B;
}
.TagClassName
{
border-color: #CBD96B;
}
</style>