Html Css Color HEX #DCE313 Pear

📋 copy color: '#DCE313'

red 220 ◦ green 227 ◦ blue 19

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

Shades of Pear #DCE313

Tints of Pear #DCE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.71%

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 47.21%
G = 48.71%
B = 4.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DCE313 (or 0xDCE313) is known color: Pear. HEX triplet: DC, E3 and 13. RGB value is (220,227,19). Sum of RGB (Red+Green+Blue) = 220+227+19=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE313 is #231CEC. Grayscale: #CACACA. Windows color (decimal): -2301165 or 1303516. OLE color: 1303516.

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

Color convert

RGB 220 227 19 -
CMYK 0.03 0 0.92 0.11
HSL 62.02º 0.85% 0.48% -
HSV(B) 62.02º 0.92% 0.89% -
XYZ 57.1 70.2 11.16 -
YUV 201.2 25.18 141.41 -
System Red Green Blue C M Y K H S L
Decimal 220 227 19 0.03 0 0.92 0.11 62.02 0.85 0.48
Hex DC E3 13 3 0 5C B 3E 55 30
Octal 334 343 23 3 0 134 13 76 125 60
Binary 11011100 11100011 10011 11 0 1011100 1011 111110 1010101 110000

Color Harmonies of #DCE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE313

Black with #DCE313

Text Example


Text Example

White with #DCE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE313; }

 p { color: rgb(220,227,19); }

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

background-color css

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

 a { background-color: rgb(220,227,19); }

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

border-color css

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

 span { border-color: rgb(220,227,19); }

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