#DCDE27

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

Shades of Bitter Lemon #DCDE27

Tints of Bitter Lemon #DCDE27

Color information

#DCDE27 (or 0xDCDE27) is unknown color: approx Bitter Lemon. HEX triplet: DC, DE and 27. RGB value is (220,222,39). Sum of RGB (Red+Green+Blue) = 220+222+39=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE27 is #2321D8. Grayscale: #C9C9C9. Windows color (decimal): -2302425 or 2612956. OLE color: 2612956.

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

Color convert

RGB22022239-
CMYK0.0100.820.13
HSL60.66º73.49%51.18%-
HSV(B)60.66º82.43%87.06%-
XYZ5667.612.02-
YUV200.5436.84141.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 39 (15.62% from 255) = 8.11%
R=45.74%
G=46.15%
B=8.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220222390.0100.820.1360.6673.4951.18
HexDCDE271052D3d4933
Octal3343364710122157511163
Binary110111001101111010011110101001011011111011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE27; }

 p { color: rgb(220,222,39); }

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

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

 a { background-color: rgb(220,222,39); }

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

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

 span { border-color: rgb(220,222,39); }

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