Html Css Color HEX #DCE016 Pear

📋 copy color: '#DCE016'

red 220 ◦ green 224 ◦ blue 22

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

Shades of Pear #DCE016

Tints of Pear #DCE016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

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

R = 47.21%
G = 48.07%
B = 4.72%

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

#DCE016 (or 0xDCE016) is known color: Pear. HEX triplet: DC, E0 and 16. RGB value is (220,224,22). Sum of RGB (Red+Green+Blue) = 220+224+22=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE016 is #231FE9. Grayscale: #C8C8C8. Windows color (decimal): -2301930 or 1499356. OLE color: 1499356.

HSL color Cylindrical-coordinate representation of color #DCE016: hue angle of 61.19º 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 #DCE016 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 22 -
CMYK 0.02 0 0.90 0.12
HSL 61.19º 0.82% 0.48% -
HSV(B) 61.19º 0.9% 0.88% -
XYZ 56.32 68.58 11.03 -
YUV 199.78 27.67 142.43 -
System Red Green Blue C M Y K H S L
Decimal 220 224 22 0.02 0 0.90 0.12 61.19 0.82 0.48
Hex DC E0 16 2 0 5A C 3D 52 30
Octal 334 340 26 2 0 132 14 75 122 60
Binary 11011100 11100000 10110 10 0 1011010 1100 111101 1010010 110000

Color Harmonies of #DCE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE016

Black with #DCE016

Text Example


Text Example

White with #DCE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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