Shades of Bitter Lemon #D3D234
Tints of Bitter Lemon #D3D234
RGB
CMYK
RGB Variations
Color information
#D3D234 (or 0xD3D234) is known color: Bitter Lemon. HEX triplet: D3, D2 and 34. RGB value is (211,210,52). Sum of RGB (Red+Green+Blue) = 211+210+52=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D234 is #2C2DCB. Grayscale: #C0C0C0. Windows color (decimal): -2895308 or 3461843. OLE color: 3461843.
HSL color Cylindrical-coordinate representation of color #D3D234: hue angle of 59.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3D234 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 52 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.17 |
| HSL | 59.62º | 0.64% | 0.52% | - |
| HSV(B) | 59.62º | 0.75% | 0.83% | - |
| XYZ | 50.53 | 60.19 | 12.2 | - |
| YUV | 192.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 52 | 0 | 0.00 | 0.75 | 0.17 | 59.62 | 0.64 | 0.52 |
| Hex | D3 | D2 | 34 | 0 | 0 | 4B | 11 | 3C | 40 | 34 |
| Octal | 323 | 322 | 64 | 0 | 0 | 113 | 21 | 74 | 100 | 64 |
| Binary | 11010011 | 11010010 | 110100 | 0 | 0 | 1001011 | 10001 | 111100 | 1000000 | 110100 |
Color Harmonies of #D3D234
Complementary color
Monochromatic Colors of #D3D234
Black with #D3D234
Text Example
Text Example
White with #D3D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D234; }
p { color: rgb(211,210,52); }
H1.HeaderClassName
{
color: #D3D234;
}
.AnyTagClassName
{
color: #D3D234;
}
</style>
background-color css
<style>
a { background-color: #D3D234; }
a { background-color: rgb(211,210,52); }
div.DivClassName
{
background-color: #D3D234;
}
.BgClassName
{
background-color: #D3D234;
}
</style>
border-color css
<style>
span { border-color: #D3D234; }
span { border-color: rgb(211,210,52); }
td.TdClassName
{
border-color: #D3D234;
}
.TagClassName
{
border-color: #D3D234;
}
</style>