Html Css Color HEX #DCED3C Pear

📋 copy color: '#DCED3C'

red 220 ◦ green 237 ◦ blue 60

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

Shades of Pear #DCED3C

Tints of Pear #DCED3C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

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

R = 42.55%
G = 45.84%
B = 11.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#DCED3C (or 0xDCED3C) is known color: Pear. HEX triplet: DC, ED and 3C. RGB value is (220,237,60). Sum of RGB (Red+Green+Blue) = 220+237+60=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED3C is #2312C3. Grayscale: #D4D4D4. Windows color (decimal): -2298564 or 3993052. OLE color: 3993052.

HSL color Cylindrical-coordinate representation of color #DCED3C: hue angle of 65.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCED3C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 60 -
CMYK 0.07 0 0.75 0.07
HSL 65.76º 0.83% 0.58% -
HSV(B) 65.76º 0.75% 0.93% -
XYZ 60.62 76.11 15.77 -
YUV 211.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 220 237 60 0.07 0 0.75 0.07 65.76 0.83 0.58
Hex DC ED 3C 7 0 4B 7 42 53 3A
Octal 334 355 74 7 0 113 7 102 123 72
Binary 11011100 11101101 111100 111 0 1001011 111 1000010 1010011 111010

Color Harmonies of #DCED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED3C

Black with #DCED3C

Text Example


Text Example

White with #DCED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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