#D4DD33

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

Shades of Bitter Lemon #D4DD33

Tints of Bitter Lemon #D4DD33

Color information

#D4DD33 (or 0xD4DD33) is unknown color: approx Bitter Lemon. HEX triplet: D4, DD and 33. RGB value is (212,221,51). Sum of RGB (Red+Green+Blue) = 212+221+51=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD33 is #2B22CC. Grayscale: #C7C7C7. Windows color (decimal): -2826957 or 3399124. OLE color: 3399124.

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

Color convert

RGB21222151-
CMYK0.0400.770.13
HSL63.18º71.43%53.33%-
HSV(B)63.18º76.92%86.67%-
XYZ53.6165.9513.04-
YUV198.9344.52137.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 51 (20.31% from 255) = 10.54%
R=43.80%
G=45.66%
B=10.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212221510.0400.770.1363.1871.4353.33
HexD4DD33404DD3f4735
Octal3243356340115157710765
Binary11010100110111011100111000100110111011111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD33; }

 p { color: rgb(212,221,51); }

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

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

 a { background-color: rgb(212,221,51); }

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

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

 span { border-color: rgb(212,221,51); }

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