Shades of Bitter Lemon #DADB2D
Tints of Bitter Lemon #DADB2D
RGB
CMYK
RGB Variations
Color information
#DADB2D (or 0xDADB2D) is known color: Bitter Lemon. HEX triplet: DA, DB and 2D. RGB value is (218,219,45). Sum of RGB (Red+Green+Blue) = 218+219+45=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB2D is #2524D2. Grayscale: #C7C7C7. Windows color (decimal): -2434259 or 3005402. OLE color: 3005402.
HSL color Cylindrical-coordinate representation of color #DADB2D: hue angle of 60.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DADB2D is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 219 | 45 | - |
CMYK | 0.00 | 0 | 0.79 | 0.14 |
HSL | 60.34º | 0.71% | 0.52% | - |
HSV(B) | 60.34º | 0.79% | 0.86% | - |
XYZ | 54.72 | 65.76 | 12.29 | - |
YUV | 198.87 | 41.17 | 141.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 45 | 0.00 | 0 | 0.79 | 0.14 | 60.34 | 0.71 | 0.52 |
Hex | DA | DB | 2D | 0 | 0 | 4F | E | 3C | 47 | 34 |
Octal | 332 | 333 | 55 | 0 | 0 | 117 | 16 | 74 | 107 | 64 |
Binary | 11011010 | 11011011 | 101101 | 0 | 0 | 1001111 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DADB2D
Complementary color
Monochromatic Colors of #DADB2D
Black with #DADB2D
Text Example
Text Example
White with #DADB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB2D; }
p { color: rgb(218,219,45); }
H1.HeaderClassName
{
color: #DADB2D;
}
.AnyTagClassName
{
color: #DADB2D;
}
</style>
background-color css
<style>
a { background-color: #DADB2D; }
a { background-color: rgb(218,219,45); }
div.DivClassName
{
background-color: #DADB2D;
}
.BgClassName
{
background-color: #DADB2D;
}
</style>
border-color css
<style>
span { border-color: #DADB2D; }
span { border-color: rgb(218,219,45); }
td.TdClassName
{
border-color: #DADB2D;
}
.TagClassName
{
border-color: #DADB2D;
}
</style>