Shades of Bitter Lemon #D5D73A
Tints of Bitter Lemon #D5D73A
RGB
CMYK
RGB Variations
Color information
#D5D73A (or 0xD5D73A) is known color: Bitter Lemon. HEX triplet: D5, D7 and 3A. RGB value is (213,215,58). Sum of RGB (Red+Green+Blue) = 213+215+58=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D73A is #2A28C5. Grayscale: #C5C5C5. Windows color (decimal): -2762950 or 3856341. OLE color: 3856341.
HSL color Cylindrical-coordinate representation of color #D5D73A: hue angle of 60.76º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5D73A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 58 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.16 |
| HSL | 60.76º | 0.66% | 0.54% | - |
| HSV(B) | 60.76º | 0.73% | 0.84% | - |
| XYZ | 52.5 | 63.05 | 13.41 | - |
| YUV | 196.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 58 | 0.01 | 0 | 0.73 | 0.16 | 60.76 | 0.66 | 0.54 |
| Hex | D5 | D7 | 3A | 1 | 0 | 49 | 10 | 3D | 42 | 36 |
| Octal | 325 | 327 | 72 | 1 | 0 | 111 | 20 | 75 | 102 | 66 |
| Binary | 11010101 | 11010111 | 111010 | 1 | 0 | 1001001 | 10000 | 111101 | 1000010 | 110110 |
Color Harmonies of #D5D73A
Complementary color
Monochromatic Colors of #D5D73A
Black with #D5D73A
Text Example
Text Example
White with #D5D73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D73A; }
p { color: rgb(213,215,58); }
H1.HeaderClassName
{
color: #D5D73A;
}
.AnyTagClassName
{
color: #D5D73A;
}
</style>
background-color css
<style>
a { background-color: #D5D73A; }
a { background-color: rgb(213,215,58); }
div.DivClassName
{
background-color: #D5D73A;
}
.BgClassName
{
background-color: #D5D73A;
}
</style>
border-color css
<style>
span { border-color: #D5D73A; }
span { border-color: rgb(213,215,58); }
td.TdClassName
{
border-color: #D5D73A;
}
.TagClassName
{
border-color: #D5D73A;
}
</style>