Shades of Bitter Lemon #D0D93D
Tints of Bitter Lemon #D0D93D
RGB
CMYK
RGB Variations
Color information
#D0D93D (or 0xD0D93D) is known color: Bitter Lemon. HEX triplet: D0, D9 and 3D. RGB value is (208,217,61). Sum of RGB (Red+Green+Blue) = 208+217+61=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D93D is #2F26C2. Grayscale: #C5C5C5. Windows color (decimal): -3090115 or 4053456. OLE color: 4053456.
HSL color Cylindrical-coordinate representation of color #D0D93D: hue angle of 63.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0D93D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 61 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.15 |
| HSL | 63.46º | 0.67% | 0.55% | - |
| HSV(B) | 63.46º | 0.72% | 0.85% | - |
| XYZ | 51.67 | 63.37 | 13.92 | - |
| YUV | 196.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 61 | 0.04 | 0 | 0.72 | 0.15 | 63.46 | 0.67 | 0.55 |
| Hex | D0 | D9 | 3D | 4 | 0 | 48 | F | 3F | 43 | 37 |
| Octal | 320 | 331 | 75 | 4 | 0 | 110 | 17 | 77 | 103 | 67 |
| Binary | 11010000 | 11011001 | 111101 | 100 | 0 | 1001000 | 1111 | 111111 | 1000011 | 110111 |
Color Harmonies of #D0D93D
Complementary color
Monochromatic Colors of #D0D93D
Black with #D0D93D
Text Example
Text Example
White with #D0D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D93D; }
p { color: rgb(208,217,61); }
H1.HeaderClassName
{
color: #D0D93D;
}
.AnyTagClassName
{
color: #D0D93D;
}
</style>
background-color css
<style>
a { background-color: #D0D93D; }
a { background-color: rgb(208,217,61); }
div.DivClassName
{
background-color: #D0D93D;
}
.BgClassName
{
background-color: #D0D93D;
}
</style>
border-color css
<style>
span { border-color: #D0D93D; }
span { border-color: rgb(208,217,61); }
td.TdClassName
{
border-color: #D0D93D;
}
.TagClassName
{
border-color: #D0D93D;
}
</style>