#DDDD2B

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

Shades of Bitter Lemon #DDDD2B

Tints of Bitter Lemon #DDDD2B

Color information

#DDDD2B (or 0xDDDD2B) is unknown color: approx Bitter Lemon. HEX triplet: DD, DD and 2B. RGB value is (221,221,43). Sum of RGB (Red+Green+Blue) = 221+221+43=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2B is #2222D4. Grayscale: #C9C9C9. Windows color (decimal): -2237141 or 2874845. OLE color: 2874845.

HSL color Cylindrical-coordinate representation of color #DDDD2B: hue angle of 60º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDDD2B is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22122143-
CMYK000.810.13
HSL60º72.36%51.76%-
HSV(B)60º80.54%86.67%-
XYZ56.1167.2612.31-
YUV200.7139142.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 43 (17.19% from 255) = 8.87%
R=45.57%
G=45.57%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122143000.810.136072.3651.76
HexDDDD2B0051D3c4834
Octal3353355300121157411064
Binary110111011101110110101100101000111011111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD2B; }

 p { color: rgb(221,221,43); }

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

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

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

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

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

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

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