Html Css Color HEX #DCED2E Pear

📋 copy color: '#DCED2E'

red 220 ◦ green 237 ◦ blue 46

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

Shades of Pear #DCED2E

Tints of Pear #DCED2E

RGB

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

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

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

R = 43.74%
G = 47.12%
B = 9.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DCED2E (or 0xDCED2E) is known color: Pear. HEX triplet: DC, ED and 2E. RGB value is (220,237,46). Sum of RGB (Red+Green+Blue) = 220+237+46=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED2E is #2312D1. Grayscale: #D2D2D2. Windows color (decimal): -2298578 or 3075548. OLE color: 3075548.

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

Color convert

RGB 220 237 46 -
CMYK 0.07 0 0.81 0.07
HSL 65.34º 0.84% 0.55% -
HSV(B) 65.34º 0.81% 0.93% -
XYZ 60.29 75.98 14.07 -
YUV 210.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 220 237 46 0.07 0 0.81 0.07 65.34 0.84 0.55
Hex DC ED 2E 7 0 51 7 41 54 37
Octal 334 355 56 7 0 121 7 101 124 67
Binary 11011100 11101101 101110 111 0 1010001 111 1000001 1010100 110111

Color Harmonies of #DCED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED2E

Black with #DCED2E

Text Example


Text Example

White with #DCED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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