Html Css Color HEX #DCEB20 Pear

📋 copy color: '#DCEB20'

red 220 ◦ green 235 ◦ blue 32

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

Shades of Pear #DCEB20

Tints of Pear #DCEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

 BLUE value IS 32 (12.89% from 255) = 6.57%

R = 45.17%
G = 48.25%
B = 6.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#DCEB20 (or 0xDCEB20) is known color: Pear. HEX triplet: DC, EB and 20. RGB value is (220,235,32). Sum of RGB (Red+Green+Blue) = 220+235+32=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB20 is #2314DF. Grayscale: #D0D0D0. Windows color (decimal): -2299104 or 2157532. OLE color: 2157532.

HSL color Cylindrical-coordinate representation of color #DCEB20: hue angle of 64.43º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCEB20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 32 -
CMYK 0.06 0 0.86 0.08
HSL 64.43º 0.84% 0.52% -
HSV(B) 64.43º 0.86% 0.92% -
XYZ 59.48 74.74 12.66 -
YUV 207.37 29.03 137.01 -
System Red Green Blue C M Y K H S L
Decimal 220 235 32 0.06 0 0.86 0.08 64.43 0.84 0.52
Hex DC EB 20 6 0 56 8 40 54 34
Octal 334 353 40 6 0 126 10 100 124 64
Binary 11011100 11101011 100000 110 0 1010110 1000 1000000 1010100 110100

Color Harmonies of #DCEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB20

Black with #DCEB20

Text Example


Text Example

White with #DCEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB20; }

 p { color: rgb(220,235,32); }

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

background-color css

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

 a { background-color: rgb(220,235,32); }

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

border-color css

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

 span { border-color: rgb(220,235,32); }

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