Shades of Bitter Lemon #D5D435
Tints of Bitter Lemon #D5D435
RGB
CMYK
RGB Variations
Color information
#D5D435 (or 0xD5D435) is known color: Bitter Lemon. HEX triplet: D5, D4 and 35. RGB value is (213,212,53). Sum of RGB (Red+Green+Blue) = 213+212+53=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D435 is #2A2BCA. Grayscale: #C2C2C2. Windows color (decimal): -2763723 or 3527893. OLE color: 3527893.
HSL color Cylindrical-coordinate representation of color #D5D435: hue angle of 59.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5D435 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 53 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.16 |
| HSL | 59.63º | 0.66% | 0.52% | - |
| HSV(B) | 59.63º | 0.75% | 0.84% | - |
| XYZ | 51.63 | 61.49 | 12.52 | - |
| YUV | 194.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 53 | 0 | 0.00 | 0.75 | 0.16 | 59.63 | 0.66 | 0.52 |
| Hex | D5 | D4 | 35 | 0 | 0 | 4B | 10 | 3C | 42 | 34 |
| Octal | 325 | 324 | 65 | 0 | 0 | 113 | 20 | 74 | 102 | 64 |
| Binary | 11010101 | 11010100 | 110101 | 0 | 0 | 1001011 | 10000 | 111100 | 1000010 | 110100 |
Color Harmonies of #D5D435
Complementary color
Monochromatic Colors of #D5D435
Black with #D5D435
Text Example
Text Example
White with #D5D435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D435; }
p { color: rgb(213,212,53); }
H1.HeaderClassName
{
color: #D5D435;
}
.AnyTagClassName
{
color: #D5D435;
}
</style>
background-color css
<style>
a { background-color: #D5D435; }
a { background-color: rgb(213,212,53); }
div.DivClassName
{
background-color: #D5D435;
}
.BgClassName
{
background-color: #D5D435;
}
</style>
border-color css
<style>
span { border-color: #D5D435; }
span { border-color: rgb(213,212,53); }
td.TdClassName
{
border-color: #D5D435;
}
.TagClassName
{
border-color: #D5D435;
}
</style>