Html Css Color HEX #DCE115 Pear

📋 copy color: '#DCE115'

red 220 ◦ green 225 ◦ blue 21

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

Shades of Pear #DCE115

Tints of Pear #DCE115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.51%

R = 47.21%
G = 48.28%
B = 4.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#DCE115 (or 0xDCE115) is known color: Pear. HEX triplet: DC, E1 and 15. RGB value is (220,225,21). Sum of RGB (Red+Green+Blue) = 220+225+21=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE115 is #231EEA. Grayscale: #C9C9C9. Windows color (decimal): -2301675 or 1434076. OLE color: 1434076.

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

Color convert

RGB 220 225 21 -
CMYK 0.02 0 0.91 0.12
HSL 61.47º 0.83% 0.48% -
HSV(B) 61.47º 0.91% 0.88% -
XYZ 56.58 69.12 11.07 -
YUV 200.25 26.84 142.09 -
System Red Green Blue C M Y K H S L
Decimal 220 225 21 0.02 0 0.91 0.12 61.47 0.83 0.48
Hex DC E1 15 2 0 5B C 3D 53 30
Octal 334 341 25 2 0 133 14 75 123 60
Binary 11011100 11100001 10101 10 0 1011011 1100 111101 1010011 110000

Color Harmonies of #DCE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE115

Black with #DCE115

Text Example


Text Example

White with #DCE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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