Html Css Color HEX #DCEB2E Pear

📋 copy color: '#DCEB2E'

red 220 ◦ green 235 ◦ blue 46

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

Shades of Pear #DCEB2E

Tints of Pear #DCEB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 43.91%
G = 46.91%
B = 9.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#DCEB2E (or 0xDCEB2E) is known color: Pear. HEX triplet: DC, EB and 2E. RGB value is (220,235,46). Sum of RGB (Red+Green+Blue) = 220+235+46=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB2E is #2314D1. Grayscale: #D1D1D1. Windows color (decimal): -2299090 or 3075036. OLE color: 3075036.

HSL color Cylindrical-coordinate representation of color #DCEB2E: hue angle of 64.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCEB2E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 46 -
CMYK 0.06 0 0.80 0.08
HSL 64.76º 0.83% 0.55% -
HSV(B) 64.76º 0.8% 0.92% -
XYZ 59.72 74.83 13.88 -
YUV 208.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 220 235 46 0.06 0 0.80 0.08 64.76 0.83 0.55
Hex DC EB 2E 6 0 50 8 41 53 37
Octal 334 353 56 6 0 120 10 101 123 67
Binary 11011100 11101011 101110 110 0 1010000 1000 1000001 1010011 110111

Color Harmonies of #DCEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB2E

Black with #DCEB2E

Text Example


Text Example

White with #DCEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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