#DCE12A

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

Shades of Bitter Lemon #DCE12A

Tints of Bitter Lemon #DCE12A

Color information

#DCE12A (or 0xDCE12A) is unknown color: approx Bitter Lemon. HEX triplet: DC, E1 and 2A. RGB value is (220,225,42). Sum of RGB (Red+Green+Blue) = 220+225+42=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE12A is #231ED5. Grayscale: #CBCBCB. Windows color (decimal): -2301654 or 2810332. OLE color: 2810332.

HSL color Cylindrical-coordinate representation of color #DCE12A: hue angle of 61.64º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCE12A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22022542-
CMYK0.0200.810.12
HSL61.64º75.31%52.35%-
HSV(B)61.64º81.33%88.24%-
XYZ56.8669.2312.56-
YUV202.6437.34140.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 42 (16.80% from 255) = 8.62%
R=45.17%
G=46.20%
B=8.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220225420.0200.810.1261.6475.3152.35
HexDCE12A2051C3e4b34
Octal3343415220121147611364
Binary1101110011100001101010100101000111001111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE12A; }

 p { color: rgb(220,225,42); }

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

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

 a { background-color: rgb(220,225,42); }

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

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

 span { border-color: rgb(220,225,42); }

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