#DDDF25

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

Shades of Bitter Lemon #DDDF25

Tints of Bitter Lemon #DDDF25

Color information

#DDDF25 (or 0xDDDF25) is unknown color: approx Bitter Lemon. HEX triplet: DD, DF and 25. RGB value is (221,223,37). Sum of RGB (Red+Green+Blue) = 221+223+37=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF25 is #2220DA. Grayscale: #C9C9C9. Windows color (decimal): -2236635 or 2482141. OLE color: 2482141.

HSL color Cylindrical-coordinate representation of color #DDDF25: hue angle of 60.65º degrees, saturation: 0.74, 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 #DDDF25 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22122337-
CMYK0.0100.830.13
HSL60.65º74.4%50.98%-
HSV(B)60.65º83.41%87.45%-
XYZ56.5468.2811.95-
YUV201.235.34142.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 37 (14.84% from 255) = 7.69%
R=45.95%
G=46.36%
B=7.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221223370.0100.830.1360.6574.450.98
HexDDDF251053D3d4a33
Octal3353374510123157511263
Binary110111011101111110010110101001111011111011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF25; }

 p { color: rgb(221,223,37); }

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

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

 a { background-color: rgb(221,223,37); }

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

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

 span { border-color: rgb(221,223,37); }

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