#D3DD33

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

Shades of Bitter Lemon #D3DD33

Tints of Bitter Lemon #D3DD33

Color information

#D3DD33 (or 0xD3DD33) is unknown color: approx Bitter Lemon. HEX triplet: D3, DD and 33. RGB value is (211,221,51). Sum of RGB (Red+Green+Blue) = 211+221+51=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD33 is #2C22CC. Grayscale: #C7C7C7. Windows color (decimal): -2892493 or 3399123. OLE color: 3399123.

HSL color Cylindrical-coordinate representation of color #D3DD33: hue angle of 63.53º 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 #D3DD33 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB21122151-
CMYK0.0500.770.13
HSL63.53º71.43%53.33%-
HSV(B)63.53º76.92%86.67%-
XYZ53.3265.813.02-
YUV198.6344.69136.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 51 (20.31% from 255) = 10.56%
R=43.69%
G=45.76%
B=10.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211221510.0500.770.1363.5371.4353.33
HexD3DD33504DD404735
Octal32333563501151510010765
Binary110100111101110111001110101001101110110000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD33; }

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

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

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

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

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

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

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

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