#DDDC2B

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

Shades of Bitter Lemon #DDDC2B

Tints of Bitter Lemon #DDDC2B

Color information

#DDDC2B (or 0xDDDC2B) is unknown color: approx Bitter Lemon. HEX triplet: DD, DC and 2B. RGB value is (221,220,43). Sum of RGB (Red+Green+Blue) = 221+220+43=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC2B is #2223D4. Grayscale: #C8C8C8. Windows color (decimal): -2237397 or 2874589. OLE color: 2874589.

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

Color convert

RGB22122043-
CMYK00.000.810.13
HSL59.66º72.36%51.76%-
HSV(B)59.66º80.54%86.67%-
XYZ55.8566.7312.22-
YUV200.1239.33142.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 43 (17.19% from 255) = 8.88%
R=45.66%
G=45.45%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212204300.000.810.1359.6672.3651.76
HexDDDC2B0051D3c4834
Octal3353345300121157411064
Binary110111011101110010101100101000111011111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC2B; }

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

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

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

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

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

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

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

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