Html Css Color HEX #DCE116 Pear

📋 copy color: '#DCE116'

red 220 ◦ green 225 ◦ blue 22

#DCE116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DCE116

Tints of Pear #DCE116

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

 GREEN value IS 225 (88.28% from 255) = 48.18%

 BLUE value IS 22 (8.98% from 255) = 4.71%

R = 47.11%
G = 48.18%
B = 4.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#DCE116 (or 0xDCE116) is known color: Pear. HEX triplet: DC, E1 and 16. RGB value is (220,225,22). Sum of RGB (Red+Green+Blue) = 220+225+22=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE116 is #231EE9. Grayscale: #C9C9C9. Windows color (decimal): -2301674 or 1499612. OLE color: 1499612.

HSL color Cylindrical-coordinate representation of color #DCE116: hue angle of 61.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCE116 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 22 -
CMYK 0.02 0 0.90 0.12
HSL 61.48º 0.82% 0.48% -
HSV(B) 61.48º 0.9% 0.88% -
XYZ 56.59 69.12 11.12 -
YUV 200.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 220 225 22 0.02 0 0.90 0.12 61.48 0.82 0.48
Hex DC E1 16 2 0 5A C 3D 52 30
Octal 334 341 26 2 0 132 14 75 122 60
Binary 11011100 11100001 10110 10 0 1011010 1100 111101 1010010 110000

Color Harmonies of #DCE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE116

Black with #DCE116

Text Example


Text Example

White with #DCE116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE116; }

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

 H1.HeaderClassName
 {
   color: #DCE116;
 }
 .AnyTagClassName
 {
   color: #DCE116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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