Html Css Color HEX #DCE714 Pear

📋 copy color: '#DCE714'

red 220 ◦ green 231 ◦ blue 20

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

Shades of Pear #DCE714

Tints of Pear #DCE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.04%

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

R = 46.71%
G = 49.04%
B = 4.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#DCE714 (or 0xDCE714) is known color: Pear. HEX triplet: DC, E7 and 14. RGB value is (220,231,20). Sum of RGB (Red+Green+Blue) = 220+231+20=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE714 is #2318EB. Grayscale: #CCCCCC. Windows color (decimal): -2300140 or 1370076. OLE color: 1370076.

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

Color convert

RGB 220 231 20 -
CMYK 0.05 0 0.91 0.09
HSL 63.13º 0.84% 0.49% -
HSV(B) 63.13º 0.91% 0.91% -
XYZ 58.22 72.42 11.57 -
YUV 203.66 24.36 139.66 -
System Red Green Blue C M Y K H S L
Decimal 220 231 20 0.05 0 0.91 0.09 63.13 0.84 0.49
Hex DC E7 14 5 0 5B 9 3F 54 31
Octal 334 347 24 5 0 133 11 77 124 61
Binary 11011100 11100111 10100 101 0 1011011 1001 111111 1010100 110001

Color Harmonies of #DCE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE714

Black with #DCE714

Text Example


Text Example

White with #DCE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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