#DDD92C

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

Shades of Bitter Lemon #DDD92C

Tints of Bitter Lemon #DDD92C

Color information

#DDD92C (or 0xDDD92C) is unknown color: approx Bitter Lemon. HEX triplet: DD, D9 and 2C. RGB value is (221,217,44). Sum of RGB (Red+Green+Blue) = 221+217+44=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92C is #2226D3. Grayscale: #C7C7C7. Windows color (decimal): -2238164 or 2939357. OLE color: 2939357.

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

Color convert

RGB22121744-
CMYK00.020.800.13
HSL58.64º72.24%51.96%-
HSV(B)58.64º80.09%86.67%-
XYZ55.0965.1812.06-
YUV198.4740.83144.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 44 (17.58% from 255) = 9.13%
R=45.85%
G=45.02%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212174400.020.800.1358.6472.2451.96
HexDDD92C0250D3b4834
Octal3353315402120157311064
Binary1101110111011001101100010101000011011110111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD92C; }

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

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

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

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

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

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

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

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