Html Css Color HEX #DCE11F Pear

📋 copy color: '#DCE11F'

red 220 ◦ green 225 ◦ blue 31

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

Shades of Pear #DCE11F

Tints of Pear #DCE11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 31 (12.5% from 255) = 6.51%

R = 46.22%
G = 47.27%
B = 6.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DCE11F (or 0xDCE11F) is known color: Pear. HEX triplet: DC, E1 and 1F. RGB value is (220,225,31). Sum of RGB (Red+Green+Blue) = 220+225+31=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE11F is #231EE0. Grayscale: #CACACA. Windows color (decimal): -2301665 or 2089436. OLE color: 2089436.

HSL color Cylindrical-coordinate representation of color #DCE11F: hue angle of 61.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE11F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 31 -
CMYK 0.02 0 0.86 0.12
HSL 61.55º 0.76% 0.5% -
HSV(B) 61.55º 0.86% 0.88% -
XYZ 56.69 69.17 11.66 -
YUV 201.39 31.84 141.27 -
System Red Green Blue C M Y K H S L
Decimal 220 225 31 0.02 0 0.86 0.12 61.55 0.76 0.5
Hex DC E1 1F 2 0 56 C 3E 4C 32
Octal 334 341 37 2 0 126 14 76 114 62
Binary 11011100 11100001 11111 10 0 1010110 1100 111110 1001100 110010

Color Harmonies of #DCE11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE11F

Black with #DCE11F

Text Example


Text Example

White with #DCE11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE11F; }

 p { color: rgb(220,225,31); }

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

background-color css

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

 a { background-color: rgb(220,225,31); }

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

border-color css

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

 span { border-color: rgb(220,225,31); }

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