#dddc1e

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

Shades of Bitter Lemon #DDDC1E

Tints of Bitter Lemon #DDDC1E

Color information

#DDDC1E (or 0xDDDC1E) is unknown color: approx Bitter Lemon. HEX triplet: DD, DC and 1E. RGB value is (221,220,30). Sum of RGB (Red+Green+Blue) = 221+220+30=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC1E is #2223E1. Grayscale: #C7C7C7. Windows color (decimal): -2237410 or 2022621. OLE color: 2022621.

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

Color convert

RGB22122030-
CMYK00.000.860.13
HSL59.69º76.1%49.22%-
HSV(B)59.69º86.43%86.67%-
XYZ55.6566.6511.16-
YUV198.6432.83143.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 30 (12.11% from 255) = 6.37%
R=46.92%
G=46.71%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212203000.000.860.1359.6976.149.22
HexDDDC1E0056D3c4c31
Octal3353343600126157411461
Binary11011101110111001111000101011011011111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dddc1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dddc1e; }

 p { color: rgb(221,220,30); }

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

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

 a { background-color: rgb(221,220,30); }

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

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

 span { border-color: rgb(221,220,30); }

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