Html Css Color HEX #DCE215 Pear

📋 copy color: '#DCE215'

red 220 ◦ green 226 ◦ blue 21

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

Shades of Pear #DCE215

Tints of Pear #DCE215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

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

R = 47.11%
G = 48.39%
B = 4.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#DCE215 (or 0xDCE215) is known color: Pear. HEX triplet: DC, E2 and 15. RGB value is (220,226,21). Sum of RGB (Red+Green+Blue) = 220+226+21=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE215 is #231DEA. Grayscale: #C9C9C9. Windows color (decimal): -2301419 or 1434332. OLE color: 1434332.

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

Color convert

RGB 220 226 21 -
CMYK 0.03 0 0.91 0.11
HSL 61.76º 0.83% 0.48% -
HSV(B) 61.76º 0.91% 0.89% -
XYZ 56.85 69.66 11.16 -
YUV 200.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 220 226 21 0.03 0 0.91 0.11 61.76 0.83 0.48
Hex DC E2 15 3 0 5B B 3E 53 30
Octal 334 342 25 3 0 133 13 76 123 60
Binary 11011100 11100010 10101 11 0 1011011 1011 111110 1010011 110000

Color Harmonies of #DCE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE215

Black with #DCE215

Text Example


Text Example

White with #DCE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE215; }

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

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

background-color css

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

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

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

border-color css

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

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

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