Html Css Color HEX #DCEA3C Pear

📋 copy color: '#DCEA3C'

red 220 ◦ green 234 ◦ blue 60

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

Shades of Pear #DCEA3C

Tints of Pear #DCEA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 60 (23.83% from 255) = 11.67%

R = 42.8%
G = 45.53%
B = 11.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DCEA3C (or 0xDCEA3C) is known color: Pear. HEX triplet: DC, EA and 3C. RGB value is (220,234,60). Sum of RGB (Red+Green+Blue) = 220+234+60=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA3C is #2315C3. Grayscale: #D2D2D2. Windows color (decimal): -2299332 or 3992284. OLE color: 3992284.

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

Color convert

RGB 220 234 60 -
CMYK 0.06 0 0.74 0.08
HSL 64.83º 0.81% 0.58% -
HSV(B) 64.83º 0.74% 0.92% -
XYZ 59.75 74.39 15.48 -
YUV 209.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 220 234 60 0.06 0 0.74 0.08 64.83 0.81 0.58
Hex DC EA 3C 6 0 4A 8 41 51 3A
Octal 334 352 74 6 0 112 10 101 121 72
Binary 11011100 11101010 111100 110 0 1001010 1000 1000001 1010001 111010

Color Harmonies of #DCEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA3C

Black with #DCEA3C

Text Example


Text Example

White with #DCEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA3C; }

 p { color: rgb(220,234,60); }

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

background-color css

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

 a { background-color: rgb(220,234,60); }

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

border-color css

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

 span { border-color: rgb(220,234,60); }

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