Html Css Color HEX #DCE117 Pear

📋 copy color: '#DCE117'

red 220 ◦ green 225 ◦ blue 23

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

Shades of Pear #DCE117

Tints of Pear #DCE117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.91%

R = 47.01%
G = 48.08%
B = 4.91%

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

#DCE117 (or 0xDCE117) is known color: Pear. HEX triplet: DC, E1 and 17. RGB value is (220,225,23). Sum of RGB (Red+Green+Blue) = 220+225+23=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE117 is #231EE8. Grayscale: #C9C9C9. Windows color (decimal): -2301673 or 1565148. OLE color: 1565148.

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

Color convert

RGB 220 225 23 -
CMYK 0.02 0 0.90 0.12
HSL 61.49º 0.81% 0.49% -
HSV(B) 61.49º 0.9% 0.88% -
XYZ 56.6 69.13 11.17 -
YUV 200.48 27.84 141.93 -
System Red Green Blue C M Y K H S L
Decimal 220 225 23 0.02 0 0.90 0.12 61.49 0.81 0.49
Hex DC E1 17 2 0 5A C 3D 51 31
Octal 334 341 27 2 0 132 14 75 121 61
Binary 11011100 11100001 10111 10 0 1011010 1100 111101 1010001 110001

Color Harmonies of #DCE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE117

Black with #DCE117

Text Example


Text Example

White with #DCE117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE117; }

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

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

background-color css

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

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

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

border-color css

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

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

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