Html Css Color HEX #DCE01C Pear

📋 copy color: '#DCE01C'

red 220 ◦ green 224 ◦ blue 28

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

Shades of Pear #DCE01C

Tints of Pear #DCE01C

RGB

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

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

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

R = 46.61%
G = 47.46%
B = 5.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DCE01C (or 0xDCE01C) is known color: Pear. HEX triplet: DC, E0 and 1C. RGB value is (220,224,28). Sum of RGB (Red+Green+Blue) = 220+224+28=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE01C is #231FE3. Grayscale: #C9C9C9. Windows color (decimal): -2301924 or 1892572. OLE color: 1892572.

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

Color convert

RGB 220 224 28 -
CMYK 0.02 0 0.88 0.12
HSL 61.22º 0.78% 0.49% -
HSV(B) 61.22º 0.88% 0.88% -
XYZ 56.38 68.61 11.37 -
YUV 200.46 30.67 141.94 -
System Red Green Blue C M Y K H S L
Decimal 220 224 28 0.02 0 0.88 0.12 61.22 0.78 0.49
Hex DC E0 1C 2 0 58 C 3D 4E 31
Octal 334 340 34 2 0 130 14 75 116 61
Binary 11011100 11100000 11100 10 0 1011000 1100 111101 1001110 110001

Color Harmonies of #DCE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE01C

Black with #DCE01C

Text Example


Text Example

White with #DCE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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