Html Css Color HEX #DCE312 Pear

📋 copy color: '#DCE312'

red 220 ◦ green 227 ◦ blue 18

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

Shades of Pear #DCE312

Tints of Pear #DCE312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.82%

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

R = 47.31%
G = 48.82%
B = 3.87%

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

#DCE312 (or 0xDCE312) is known color: Pear. HEX triplet: DC, E3 and 12. RGB value is (220,227,18). Sum of RGB (Red+Green+Blue) = 220+227+18=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE312 is #231CED. Grayscale: #C9C9C9. Windows color (decimal): -2301166 or 1237980. OLE color: 1237980.

HSL color Cylindrical-coordinate representation of color #DCE312: hue angle of 62.01º 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 #DCE312 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 18 -
CMYK 0.03 0 0.92 0.11
HSL 62.01º 0.85% 0.48% -
HSV(B) 62.01º 0.92% 0.89% -
XYZ 57.09 70.2 11.11 -
YUV 201.08 24.68 141.49 -
System Red Green Blue C M Y K H S L
Decimal 220 227 18 0.03 0 0.92 0.11 62.01 0.85 0.48
Hex DC E3 12 3 0 5C B 3E 55 30
Octal 334 343 22 3 0 134 13 76 125 60
Binary 11011100 11100011 10010 11 0 1011100 1011 111110 1010101 110000

Color Harmonies of #DCE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE312

Black with #DCE312

Text Example


Text Example

White with #DCE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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