#DDD829

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

Shades of Bitter Lemon #DDD829

Tints of Bitter Lemon #DDD829

Color information

#DDD829 (or 0xDDD829) is unknown color: approx Bitter Lemon. HEX triplet: DD, D8 and 29. RGB value is (221,216,41). Sum of RGB (Red+Green+Blue) = 221+216+41=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD829 is #2227D6. Grayscale: #C6C6C6. Windows color (decimal): -2238423 or 2742493. OLE color: 2742493.

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

Color convert

RGB22121641-
CMYK00.020.810.13
HSL58.33º72.58%51.37%-
HSV(B)58.33º81.45%86.67%-
XYZ54.7764.6411.69-
YUV197.5439.66144.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 41 (16.41% from 255) = 8.58%
R=46.23%
G=45.19%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212164100.020.810.1358.3372.5851.37
HexDDD8290251D3a4933
Octal3353305102121157211163
Binary1101110111011000101001010101000111011110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD829; }

 p { color: rgb(221,216,41); }

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

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

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

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

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

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

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