Html Css Color HEX #DCE01E Pear

📋 copy color: '#DCE01E'

red 220 ◦ green 224 ◦ blue 30

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

Shades of Pear #DCE01E

Tints of Pear #DCE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

 BLUE value IS 30 (12.11% from 255) = 6.33%

R = 46.41%
G = 47.26%
B = 6.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#DCE01E (or 0xDCE01E) is known color: Pear. HEX triplet: DC, E0 and 1E. RGB value is (220,224,30). Sum of RGB (Red+Green+Blue) = 220+224+30=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE01E is #231FE1. Grayscale: #C9C9C9. Windows color (decimal): -2301922 or 2023644. OLE color: 2023644.

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

Color convert

RGB 220 224 30 -
CMYK 0.02 0 0.87 0.12
HSL 61.24º 0.76% 0.5% -
HSV(B) 61.24º 0.87% 0.88% -
XYZ 56.41 68.62 11.5 -
YUV 200.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 220 224 30 0.02 0 0.87 0.12 61.24 0.76 0.5
Hex DC E0 1E 2 0 57 C 3D 4C 32
Octal 334 340 36 2 0 127 14 75 114 62
Binary 11011100 11100000 11110 10 0 1010111 1100 111101 1001100 110010

Color Harmonies of #DCE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE01E

Black with #DCE01E

Text Example


Text Example

White with #DCE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE01E; }

 p { color: rgb(220,224,30); }

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

background-color css

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

 a { background-color: rgb(220,224,30); }

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

border-color css

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

 span { border-color: rgb(220,224,30); }

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