Html Css Color HEX #DCE314 Pear

📋 copy color: '#DCE314'

red 220 ◦ green 227 ◦ blue 20

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

Shades of Pear #DCE314

Tints of Pear #DCE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 47.11%
G = 48.61%
B = 4.28%

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

#DCE314 (or 0xDCE314) is known color: Pear. HEX triplet: DC, E3 and 14. RGB value is (220,227,20). Sum of RGB (Red+Green+Blue) = 220+227+20=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE314 is #231CEB. Grayscale: #CACACA. Windows color (decimal): -2301164 or 1369052. OLE color: 1369052.

HSL color Cylindrical-coordinate representation of color #DCE314: hue angle of 62.03º degrees, saturation: 0.84, 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 #DCE314 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 20 -
CMYK 0.03 0 0.91 0.11
HSL 62.03º 0.84% 0.48% -
HSV(B) 62.03º 0.91% 0.89% -
XYZ 57.11 70.2 11.2 -
YUV 201.31 25.68 141.33 -
System Red Green Blue C M Y K H S L
Decimal 220 227 20 0.03 0 0.91 0.11 62.03 0.84 0.48
Hex DC E3 14 3 0 5B B 3E 54 30
Octal 334 343 24 3 0 133 13 76 124 60
Binary 11011100 11100011 10100 11 0 1011011 1011 111110 1010100 110000

Color Harmonies of #DCE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE314

Black with #DCE314

Text Example


Text Example

White with #DCE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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