Html Css Color HEX #DCE716 Pear

📋 copy color: '#DCE716'

red 220 ◦ green 231 ◦ blue 22

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

Shades of Pear #DCE716

Tints of Pear #DCE716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

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

R = 46.51%
G = 48.84%
B = 4.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#DCE716 (or 0xDCE716) is known color: Pear. HEX triplet: DC, E7 and 16. RGB value is (220,231,22). Sum of RGB (Red+Green+Blue) = 220+231+22=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE716 is #2318E9. Grayscale: #CCCCCC. Windows color (decimal): -2300138 or 1501148. OLE color: 1501148.

HSL color Cylindrical-coordinate representation of color #DCE716: hue angle of 63.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCE716 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 22 -
CMYK 0.05 0 0.90 0.09
HSL 63.16º 0.83% 0.5% -
HSV(B) 63.16º 0.9% 0.91% -
XYZ 58.24 72.43 11.67 -
YUV 203.89 25.36 139.49 -
System Red Green Blue C M Y K H S L
Decimal 220 231 22 0.05 0 0.90 0.09 63.16 0.83 0.5
Hex DC E7 16 5 0 5A 9 3F 53 32
Octal 334 347 26 5 0 132 11 77 123 62
Binary 11011100 11100111 10110 101 0 1011010 1001 111111 1010011 110010

Color Harmonies of #DCE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE716

Black with #DCE716

Text Example


Text Example

White with #DCE716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE716; }

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

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

background-color css

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

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

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

border-color css

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

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

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