#DDD526

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

Shades of Bitter Lemon #DDD526

Tints of Bitter Lemon #DDD526

Color information

#DDD526 (or 0xDDD526) is unknown color: approx Bitter Lemon. HEX triplet: DD, D5 and 26. RGB value is (221,213,38). Sum of RGB (Red+Green+Blue) = 221+213+38=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD526 is #222AD9. Grayscale: #C4C4C4. Windows color (decimal): -2239194 or 2545117. OLE color: 2545117.

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

Color convert

RGB22121338-
CMYK00.040.830.13
HSL57.38º72.91%50.78%-
HSV(B)57.38º82.81%86.67%-
XYZ53.9663.111.17-
YUV195.4439.15146.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 38 (15.23% from 255) = 8.05%
R=46.82%
G=45.13%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212133800.040.830.1357.3872.9150.78
HexDDD5260453D394933
Octal3353254604123157111163
Binary11011101110101011001100100101001111011110011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD526; }

 p { color: rgb(221,213,38); }

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

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

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

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

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

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

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