Html Css Color HEX #DCE514 Pear

📋 copy color: '#DCE514'

red 220 ◦ green 229 ◦ blue 20

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

Shades of Pear #DCE514

Tints of Pear #DCE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

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

R = 46.91%
G = 48.83%
B = 4.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#DCE514 (or 0xDCE514) is known color: Pear. HEX triplet: DC, E5 and 14. RGB value is (220,229,20). Sum of RGB (Red+Green+Blue) = 220+229+20=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE514 is #231AEB. Grayscale: #CBCBCB. Windows color (decimal): -2300652 or 1369564. OLE color: 1369564.

HSL color Cylindrical-coordinate representation of color #DCE514: hue angle of 62.58º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE514 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 20 -
CMYK 0.04 0 0.91 0.10
HSL 62.58º 0.84% 0.49% -
HSV(B) 62.58º 0.91% 0.9% -
XYZ 57.66 71.3 11.39 -
YUV 202.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 220 229 20 0.04 0 0.91 0.10 62.58 0.84 0.49
Hex DC E5 14 4 0 5B A 3F 54 31
Octal 334 345 24 4 0 133 12 77 124 61
Binary 11011100 11100101 10100 100 0 1011011 1010 111111 1010100 110001

Color Harmonies of #DCE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE514

Black with #DCE514

Text Example


Text Example

White with #DCE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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