Shades of Bitter Lemon #CDCD31
Tints of Bitter Lemon #CDCD31
RGB
CMYK
RGB Variations
Color information
#CDCD31 (or 0xCDCD31) is known color: Bitter Lemon. HEX triplet: CD, CD and 31. RGB value is (205,205,49). Sum of RGB (Red+Green+Blue) = 205+205+49=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD31 is #3232CE. Grayscale: #BBBBBB. Windows color (decimal): -3289807 or 3263949. OLE color: 3263949.
HSL color Cylindrical-coordinate representation of color #CDCD31: hue angle of 60º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDCD31 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 49 | - |
| CMYK | 0 | 0 | 0.76 | 0.20 |
| HSL | 60º | 0.61% | 0.5% | - |
| HSV(B) | 60º | 0.76% | 0.8% | - |
| XYZ | 47.56 | 56.86 | 11.37 | - |
| YUV | 187.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 49 | 0 | 0 | 0.76 | 0.20 | 60 | 0.61 | 0.5 |
| Hex | CD | CD | 31 | 0 | 0 | 4C | 14 | 3C | 3D | 32 |
| Octal | 315 | 315 | 61 | 0 | 0 | 114 | 24 | 74 | 75 | 62 |
| Binary | 11001101 | 11001101 | 110001 | 0 | 0 | 1001100 | 10100 | 111100 | 111101 | 110010 |
Color Harmonies of #CDCD31
Complementary color
Monochromatic Colors of #CDCD31
Black with #CDCD31
Text Example
Text Example
White with #CDCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD31; }
p { color: rgb(205,205,49); }
H1.HeaderClassName
{
color: #CDCD31;
}
.AnyTagClassName
{
color: #CDCD31;
}
</style>
background-color css
<style>
a { background-color: #CDCD31; }
a { background-color: rgb(205,205,49); }
div.DivClassName
{
background-color: #CDCD31;
}
.BgClassName
{
background-color: #CDCD31;
}
</style>
border-color css
<style>
span { border-color: #CDCD31; }
span { border-color: rgb(205,205,49); }
td.TdClassName
{
border-color: #CDCD31;
}
.TagClassName
{
border-color: #CDCD31;
}
</style>