Shades of Bitter Lemon #CCD336
Tints of Bitter Lemon #CCD336
RGB
CMYK
RGB Variations
Color information
#CCD336 (or 0xCCD336) is known color: Bitter Lemon. HEX triplet: CC, D3 and 36. RGB value is (204,211,54). Sum of RGB (Red+Green+Blue) = 204+211+54=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD336 is #332CC9. Grayscale: #BFBFBF. Windows color (decimal): -3353802 or 3593164. OLE color: 3593164.
HSL color Cylindrical-coordinate representation of color #CCD336: hue angle of 62.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD336 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 54 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.17 |
| HSL | 62.68º | 0.64% | 0.52% | - |
| HSV(B) | 62.68º | 0.74% | 0.83% | - |
| XYZ | 48.86 | 59.69 | 12.44 | - |
| YUV | 191.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 54 | 0.03 | 0 | 0.74 | 0.17 | 62.68 | 0.64 | 0.52 |
| Hex | CC | D3 | 36 | 3 | 0 | 4A | 11 | 3F | 40 | 34 |
| Octal | 314 | 323 | 66 | 3 | 0 | 112 | 21 | 77 | 100 | 64 |
| Binary | 11001100 | 11010011 | 110110 | 11 | 0 | 1001010 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CCD336
Complementary color
Monochromatic Colors of #CCD336
Black with #CCD336
Text Example
Text Example
White with #CCD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD336; }
p { color: rgb(204,211,54); }
H1.HeaderClassName
{
color: #CCD336;
}
.AnyTagClassName
{
color: #CCD336;
}
</style>
background-color css
<style>
a { background-color: #CCD336; }
a { background-color: rgb(204,211,54); }
div.DivClassName
{
background-color: #CCD336;
}
.BgClassName
{
background-color: #CCD336;
}
</style>
border-color css
<style>
span { border-color: #CCD336; }
span { border-color: rgb(204,211,54); }
td.TdClassName
{
border-color: #CCD336;
}
.TagClassName
{
border-color: #CCD336;
}
</style>