Shades of Bitter Lemon #D5D73F
Tints of Bitter Lemon #D5D73F
RGB
CMYK
RGB Variations
Color information
#D5D73F (or 0xD5D73F) is known color: Bitter Lemon. HEX triplet: D5, D7 and 3F. RGB value is (213,215,63). Sum of RGB (Red+Green+Blue) = 213+215+63=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D73F is #2A28C0. Grayscale: #C5C5C5. Windows color (decimal): -2762945 or 4184021. OLE color: 4184021.
HSL color Cylindrical-coordinate representation of color #D5D73F: hue angle of 60.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5D73F is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 63 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.16 |
| HSL | 60.79º | 0.66% | 0.55% | - |
| HSV(B) | 60.79º | 0.71% | 0.84% | - |
| XYZ | 52.64 | 63.11 | 14.11 | - |
| YUV | 197.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 63 | 0.01 | 0 | 0.71 | 0.16 | 60.79 | 0.66 | 0.55 |
| Hex | D5 | D7 | 3F | 1 | 0 | 47 | 10 | 3D | 42 | 37 |
| Octal | 325 | 327 | 77 | 1 | 0 | 107 | 20 | 75 | 102 | 67 |
| Binary | 11010101 | 11010111 | 111111 | 1 | 0 | 1000111 | 10000 | 111101 | 1000010 | 110111 |
Color Harmonies of #D5D73F
Complementary color
Monochromatic Colors of #D5D73F
Black with #D5D73F
Text Example
Text Example
White with #D5D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D73F; }
p { color: rgb(213,215,63); }
H1.HeaderClassName
{
color: #D5D73F;
}
.AnyTagClassName
{
color: #D5D73F;
}
</style>
background-color css
<style>
a { background-color: #D5D73F; }
a { background-color: rgb(213,215,63); }
div.DivClassName
{
background-color: #D5D73F;
}
.BgClassName
{
background-color: #D5D73F;
}
</style>
border-color css
<style>
span { border-color: #D5D73F; }
span { border-color: rgb(213,215,63); }
td.TdClassName
{
border-color: #D5D73F;
}
.TagClassName
{
border-color: #D5D73F;
}
</style>