#DDD62C

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

Shades of Bitter Lemon #DDD62C

Tints of Bitter Lemon #DDD62C

Color information

#DDD62C (or 0xDDD62C) is unknown color: approx Bitter Lemon. HEX triplet: DD, D6 and 2C. RGB value is (221,214,44). Sum of RGB (Red+Green+Blue) = 221+214+44=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD62C is #2229D3. Grayscale: #C5C5C5. Windows color (decimal): -2238932 or 2938589. OLE color: 2938589.

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

Color convert

RGB22121444-
CMYK00.030.800.13
HSL57.63º72.24%51.96%-
HSV(B)57.63º80.09%86.67%-
XYZ54.3263.6511.81-
YUV196.7141.82145.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 44 (17.58% from 255) = 9.19%
R=46.14%
G=44.68%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212144400.030.800.1357.6372.2451.96
HexDDD62C0350D3a4834
Octal3353265403120157211064
Binary1101110111010110101100011101000011011110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD62C; }

 p { color: rgb(221,214,44); }

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

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

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

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

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

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

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