Shades of Bitter Lemon #CDCD2D
Tints of Bitter Lemon #CDCD2D
RGB
CMYK
RGB Variations
Color information
#CDCD2D (or 0xCDCD2D) is known color: Bitter Lemon. HEX triplet: CD, CD and 2D. RGB value is (205,205,45). Sum of RGB (Red+Green+Blue) = 205+205+45=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD2D is #3232D2. Grayscale: #BBBBBB. Windows color (decimal): -3289811 or 3001805. OLE color: 3001805.
HSL color Cylindrical-coordinate representation of color #CDCD2D: hue angle of 60º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCD2D is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 45 | - |
| CMYK | 0 | 0 | 0.78 | 0.20 |
| HSL | 60º | 0.64% | 0.49% | - |
| HSV(B) | 60º | 0.78% | 0.8% | - |
| XYZ | 47.48 | 56.83 | 10.95 | - |
| YUV | 186.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 45 | 0 | 0 | 0.78 | 0.20 | 60 | 0.64 | 0.49 |
| Hex | CD | CD | 2D | 0 | 0 | 4E | 14 | 3C | 40 | 31 |
| Octal | 315 | 315 | 55 | 0 | 0 | 116 | 24 | 74 | 100 | 61 |
| Binary | 11001101 | 11001101 | 101101 | 0 | 0 | 1001110 | 10100 | 111100 | 1000000 | 110001 |
Color Harmonies of #CDCD2D
Complementary color
Monochromatic Colors of #CDCD2D
Black with #CDCD2D
Text Example
Text Example
White with #CDCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD2D; }
p { color: rgb(205,205,45); }
H1.HeaderClassName
{
color: #CDCD2D;
}
.AnyTagClassName
{
color: #CDCD2D;
}
</style>
background-color css
<style>
a { background-color: #CDCD2D; }
a { background-color: rgb(205,205,45); }
div.DivClassName
{
background-color: #CDCD2D;
}
.BgClassName
{
background-color: #CDCD2D;
}
</style>
border-color css
<style>
span { border-color: #CDCD2D; }
span { border-color: rgb(205,205,45); }
td.TdClassName
{
border-color: #CDCD2D;
}
.TagClassName
{
border-color: #CDCD2D;
}
</style>