#DCDD1C

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

Shades of Bitter Lemon #DCDD1C

Tints of Bitter Lemon #DCDD1C

Color information

#DCDD1C (or 0xDCDD1C) is unknown color: approx Bitter Lemon. HEX triplet: DC, DD and 1C. RGB value is (220,221,28). Sum of RGB (Red+Green+Blue) = 220+221+28=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD1C is #2322E3. Grayscale: #C7C7C7. Windows color (decimal): -2302692 or 1891804. OLE color: 1891804.

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

Color convert

RGB22022128-
CMYK0.0000.870.13
HSL60.31º77.51%48.82%-
HSV(B)60.31º87.33%86.67%-
XYZ55.5867.0111.1-
YUV198.731.67143.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 28 (11.33% from 255) = 5.97%
R=46.91%
G=47.12%
B=5.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221280.0000.870.1360.3177.5148.82
HexDCDD1C0057D3c4e31
Octal3343353400127157411661
Binary11011100110111011110000101011111011111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD1C; }

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

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

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

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

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

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

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

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