Shades of Bitter Lemon #CDCC30
Tints of Bitter Lemon #CDCC30
RGB
CMYK
RGB Variations
Color information
#CDCC30 (or 0xCDCC30) is known color: Bitter Lemon. HEX triplet: CD, CC and 30. RGB value is (205,204,48). Sum of RGB (Red+Green+Blue) = 205+204+48=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC30 is #3233CF. Grayscale: #BBBBBB. Windows color (decimal): -3290064 or 3198157. OLE color: 3198157.
HSL color Cylindrical-coordinate representation of color #CDCC30: hue angle of 59.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDCC30 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 48 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.20 |
| HSL | 59.62º | 0.62% | 0.5% | - |
| HSV(B) | 59.62º | 0.77% | 0.8% | - |
| XYZ | 47.3 | 56.38 | 11.19 | - |
| YUV | 186.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 48 | 0 | 0.00 | 0.77 | 0.20 | 59.62 | 0.62 | 0.5 |
| Hex | CD | CC | 30 | 0 | 0 | 4D | 14 | 3C | 3E | 32 |
| Octal | 315 | 314 | 60 | 0 | 0 | 115 | 24 | 74 | 76 | 62 |
| Binary | 11001101 | 11001100 | 110000 | 0 | 0 | 1001101 | 10100 | 111100 | 111110 | 110010 |
Color Harmonies of #CDCC30
Complementary color
Monochromatic Colors of #CDCC30
Black with #CDCC30
Text Example
Text Example
White with #CDCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC30; }
p { color: rgb(205,204,48); }
H1.HeaderClassName
{
color: #CDCC30;
}
.AnyTagClassName
{
color: #CDCC30;
}
</style>
background-color css
<style>
a { background-color: #CDCC30; }
a { background-color: rgb(205,204,48); }
div.DivClassName
{
background-color: #CDCC30;
}
.BgClassName
{
background-color: #CDCC30;
}
</style>
border-color css
<style>
span { border-color: #CDCC30; }
span { border-color: rgb(205,204,48); }
td.TdClassName
{
border-color: #CDCC30;
}
.TagClassName
{
border-color: #CDCC30;
}
</style>