#D9DD34

Color #D9DD34 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D9DD34

Tints of Bitter Lemon #D9DD34

Color information

#D9DD34 (or 0xD9DD34) is unknown color: approx Bitter Lemon. HEX triplet: D9, DD and 34. RGB value is (217,221,52). Sum of RGB (Red+Green+Blue) = 217+221+52=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD34 is #2622CB. Grayscale: #C9C9C9. Windows color (decimal): -2499276 or 3464665. OLE color: 3464665.

HSL color Cylindrical-coordinate representation of color #D9DD34: hue angle of 61.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9DD34 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB21722152-
CMYK0.0200.760.13
HSL61.42º71.31%53.53%-
HSV(B)61.42º76.47%86.67%-
XYZ55.0966.7113.22-
YUV200.5444.17139.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 52 (20.70% from 255) = 10.61%
R=44.29%
G=45.10%
B=10.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217221520.0200.760.1361.4271.3153.53
HexD9DD34204CD3d4736
Octal3313356420114157510766
Binary1101100111011101110100100100110011011111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD34; }

 p { color: rgb(217,221,52); }

 H1.HeaderClassName
 {
   color: #D9DD34;
 }
 .AnyTagClassName
 {
   color: #D9DD34;
 }
</style>
background-color css

<style>
 a { background-color: #D9DD34; }

 a { background-color: rgb(217,221,52); }

 div.DivClassName
 {
   background-color: #D9DD34;
 }
 .BgClassName
 {
   background-color: #D9DD34;
 }
</style>
border-color css

<style>
 span { border-color: #D9DD34; }

 span { border-color: rgb(217,221,52); }

 td.TdClassName
 {
   border-color: #D9DD34;
 }
 .TagClassName
 {
   border-color: #D9DD34;
 }
</style>