Html Css Color HEX #DCE212 Pear

📋 copy color: '#DCE212'

red 220 ◦ green 226 ◦ blue 18

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

Shades of Pear #DCE212

Tints of Pear #DCE212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 47.41%
G = 48.71%
B = 3.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DCE212 (or 0xDCE212) is known color: Pear. HEX triplet: DC, E2 and 12. RGB value is (220,226,18). Sum of RGB (Red+Green+Blue) = 220+226+18=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE212 is #231DED. Grayscale: #C9C9C9. Windows color (decimal): -2301422 or 1237724. OLE color: 1237724.

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

Color convert

RGB 220 226 18 -
CMYK 0.03 0 0.92 0.11
HSL 61.73º 0.85% 0.48% -
HSV(B) 61.73º 0.92% 0.89% -
XYZ 56.82 69.65 11.02 -
YUV 200.49 25.01 141.91 -
System Red Green Blue C M Y K H S L
Decimal 220 226 18 0.03 0 0.92 0.11 61.73 0.85 0.48
Hex DC E2 12 3 0 5C B 3E 55 30
Octal 334 342 22 3 0 134 13 76 125 60
Binary 11011100 11100010 10010 11 0 1011100 1011 111110 1010101 110000

Color Harmonies of #DCE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE212

Black with #DCE212

Text Example


Text Example

White with #DCE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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