Shades of Bitter Lemon #D7D725
Tints of Bitter Lemon #D7D725
RGB
CMYK
RGB Variations
Color information
#D7D725 (or 0xD7D725) is known color: Bitter Lemon. HEX triplet: D7, D7 and 25. RGB value is (215,215,37). Sum of RGB (Red+Green+Blue) = 215+215+37=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D725 is #2828DA. Grayscale: #C3C3C3. Windows color (decimal): -2631899 or 2480087. OLE color: 2480087.
HSL color Cylindrical-coordinate representation of color #D7D725: hue angle of 60º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7D725 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 37 | - |
| CMYK | 0 | 0 | 0.83 | 0.16 |
| HSL | 60º | 0.71% | 0.49% | - |
| HSV(B) | 60º | 0.83% | 0.84% | - |
| XYZ | 52.66 | 63.18 | 11.17 | - |
| YUV | 194.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 37 | 0 | 0 | 0.83 | 0.16 | 60 | 0.71 | 0.49 |
| Hex | D7 | D7 | 25 | 0 | 0 | 53 | 10 | 3C | 47 | 31 |
| Octal | 327 | 327 | 45 | 0 | 0 | 123 | 20 | 74 | 107 | 61 |
| Binary | 11010111 | 11010111 | 100101 | 0 | 0 | 1010011 | 10000 | 111100 | 1000111 | 110001 |
Color Harmonies of #D7D725
Complementary color
Monochromatic Colors of #D7D725
Black with #D7D725
Text Example
Text Example
White with #D7D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D725; }
p { color: rgb(215,215,37); }
H1.HeaderClassName
{
color: #D7D725;
}
.AnyTagClassName
{
color: #D7D725;
}
</style>
background-color css
<style>
a { background-color: #D7D725; }
a { background-color: rgb(215,215,37); }
div.DivClassName
{
background-color: #D7D725;
}
.BgClassName
{
background-color: #D7D725;
}
</style>
border-color css
<style>
span { border-color: #D7D725; }
span { border-color: rgb(215,215,37); }
td.TdClassName
{
border-color: #D7D725;
}
.TagClassName
{
border-color: #D7D725;
}
</style>