#DDDE1F

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

Shades of Bitter Lemon #DDDE1F

Tints of Bitter Lemon #DDDE1F

Color information

#DDDE1F (or 0xDDDE1F) is unknown color: approx Bitter Lemon. HEX triplet: DD, DE and 1F. RGB value is (221,222,31). Sum of RGB (Red+Green+Blue) = 221+222+31=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE1F is #2221E0. Grayscale: #C8C8C8. Windows color (decimal): -2236897 or 2088669. OLE color: 2088669.

HSL color Cylindrical-coordinate representation of color #DDDE1F: hue angle of 60.31º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDDE1F is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22122231-
CMYK0.0000.860.13
HSL60.31º75.49%49.61%-
HSV(B)60.31º86.04%87.06%-
XYZ56.1967.7111.4-
YUV199.9332.67143.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 222 (87.11% from 255) = 46.84%
BLUE value IS 31 (12.5% from 255) = 6.54%
R=46.62%
G=46.84%
B=6.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221222310.0000.860.1360.3175.4949.61
HexDDDE1F0056D3c4b32
Octal3353363700126157411362
Binary11011101110111101111100101011011011111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE1F; }

 p { color: rgb(221,222,31); }

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

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

 a { background-color: rgb(221,222,31); }

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

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

 span { border-color: rgb(221,222,31); }

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