Shades of Bitter Lemon #CCCB2F
Tints of Bitter Lemon #CCCB2F
RGB
CMYK
RGB Variations
Color information
#CCCB2F (or 0xCCCB2F) is known color: Bitter Lemon. HEX triplet: CC, CB and 2F. RGB value is (204,203,47). Sum of RGB (Red+Green+Blue) = 204+203+47=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB2F is #3334D0. Grayscale: #BABABA. Windows color (decimal): -3355857 or 3132364. OLE color: 3132364.
HSL color Cylindrical-coordinate representation of color #CCCB2F: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCCB2F is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 47 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.2 |
| HSL | 59.62º | 0.63% | 0.49% | - |
| HSV(B) | 59.62º | 0.77% | 0.8% | - |
| XYZ | 46.77 | 55.75 | 10.99 | - |
| YUV | 185.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 47 | 0 | 0.00 | 0.77 | 0.2 | 59.62 | 0.63 | 0.49 |
| Hex | CC | CB | 2F | 0 | 0 | 4D | 14 | 3C | 3F | 31 |
| Octal | 314 | 313 | 57 | 0 | 0 | 115 | 24 | 74 | 77 | 61 |
| Binary | 11001100 | 11001011 | 101111 | 0 | 0 | 1001101 | 10100 | 111100 | 111111 | 110001 |
Color Harmonies of #CCCB2F
Complementary color
Monochromatic Colors of #CCCB2F
Black with #CCCB2F
Text Example
Text Example
White with #CCCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB2F; }
p { color: rgb(204,203,47); }
H1.HeaderClassName
{
color: #CCCB2F;
}
.AnyTagClassName
{
color: #CCCB2F;
}
</style>
background-color css
<style>
a { background-color: #CCCB2F; }
a { background-color: rgb(204,203,47); }
div.DivClassName
{
background-color: #CCCB2F;
}
.BgClassName
{
background-color: #CCCB2F;
}
</style>
border-color css
<style>
span { border-color: #CCCB2F; }
span { border-color: rgb(204,203,47); }
td.TdClassName
{
border-color: #CCCB2F;
}
.TagClassName
{
border-color: #CCCB2F;
}
</style>