#DE5645

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

Shades of Valencia #DE5645

Tints of Valencia #DE5645

Color information

#DE5645 (or 0xDE5645) is unknown color: approx Valencia. HEX triplet: DE, 56 and 45. RGB value is (222,86,69). Sum of RGB (Red+Green+Blue) = 222+86+69=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5645 is #21A9BA. Grayscale: #7C7C7C. Windows color (decimal): -2206139 or 4544222. OLE color: 4544222.

HSL color Cylindrical-coordinate representation of color #DE5645: hue angle of 6.67º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE5645 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2228669-
CMYK00.610.690.13
HSL6.67º69.86%57.06%-
HSV(B)6.67º68.92%87.06%-
XYZ34.5322.618.18-
YUV124.7396.56197.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.89%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=58.89%
G=22.81%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222866900.610.690.136.6769.8657.06
HexDE564503D45D74639
Octal33612610507510515710671
Binary11011110101011010001010111101100010111011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5645; }

 p { color: rgb(222,86,69); }

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

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

 a { background-color: rgb(222,86,69); }

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

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

 span { border-color: rgb(222,86,69); }

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