#DCE635

Color #DCE635 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DCE635

Tints of Pear #DCE635

Color information

#DCE635 (or 0xDCE635) is unknown color: approx Pear. HEX triplet: DC, E6 and 35. RGB value is (220,230,53). Sum of RGB (Red+Green+Blue) = 220+230+53=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE635 is #2319CA. Grayscale: #CFCFCF. Windows color (decimal): -2300363 or 3532508. OLE color: 3532508.

HSL color Cylindrical-coordinate representation of color #DCE635: hue angle of 63.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE635 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB22023053-
CMYK0.0400.770.10
HSL63.39º77.97%55.49%-
HSV(B)63.39º76.96%90.2%-
XYZ58.4572.0714.2-
YUV206.8341.19137.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 230 (90.23% from 255) = 45.73%
BLUE value IS 53 (21.09% from 255) = 10.54%
R=43.74%
G=45.73%
B=10.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220230530.0400.770.1063.3977.9755.49
HexDCE635404DA3f4e37
Octal3343466540115127711667
Binary11011100111001101101011000100110110101111111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE635; }

 p { color: rgb(220,230,53); }

 H1.HeaderClassName
 {
   color: #DCE635;
 }
 .AnyTagClassName
 {
   color: #DCE635;
 }
</style>
background-color css

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

 a { background-color: rgb(220,230,53); }

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

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

 span { border-color: rgb(220,230,53); }

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