Html Css Color HEX #DCE21C Pear

📋 copy color: '#DCE21C'

red 220 ◦ green 226 ◦ blue 28

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

Shades of Pear #DCE21C

Tints of Pear #DCE21C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

 BLUE value IS 28 (11.33% from 255) = 5.91%

R = 46.41%
G = 47.68%
B = 5.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#DCE21C (or 0xDCE21C) is known color: Pear. HEX triplet: DC, E2 and 1C. RGB value is (220,226,28). Sum of RGB (Red+Green+Blue) = 220+226+28=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE21C is #231DE3. Grayscale: #CACACA. Windows color (decimal): -2301412 or 1893084. OLE color: 1893084.

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

Color convert

RGB 220 226 28 -
CMYK 0.03 0 0.88 0.11
HSL 61.82º 0.78% 0.5% -
HSV(B) 61.82º 0.88% 0.89% -
XYZ 56.92 69.69 11.55 -
YUV 201.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 220 226 28 0.03 0 0.88 0.11 61.82 0.78 0.5
Hex DC E2 1C 3 0 58 B 3E 4E 32
Octal 334 342 34 3 0 130 13 76 116 62
Binary 11011100 11100010 11100 11 0 1011000 1011 111110 1001110 110010

Color Harmonies of #DCE21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE21C

Black with #DCE21C

Text Example


Text Example

White with #DCE21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE21C; }

 p { color: rgb(220,226,28); }

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

background-color css

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

 a { background-color: rgb(220,226,28); }

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

border-color css

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

 span { border-color: rgb(220,226,28); }

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