#DE533E

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

Shades of Valencia #DE533E

Tints of Valencia #DE533E

Color information

#DE533E (or 0xDE533E) is unknown color: approx Valencia. HEX triplet: DE, 53 and 3E. RGB value is (222,83,62). Sum of RGB (Red+Green+Blue) = 222+83+62=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE533E is #21ACC1. Grayscale: #7A7A7A. Windows color (decimal): -2206914 or 4084702. OLE color: 4084702.

HSL color Cylindrical-coordinate representation of color #DE533E: hue angle of 7.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE533E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2228362-
CMYK00.630.720.13
HSL7.88º70.8%55.69%-
HSV(B)7.88º72.07%87.06%-
XYZ34.0922.067.02-
YUV122.1794.05199.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=60.49%
G=22.62%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222836200.630.720.137.8870.855.69
HexDE533E03F48D84738
Octal33612376077110151010770
Binary11011110101001111111001111111001000110110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE533E; }

 p { color: rgb(222,83,62); }

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

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

 a { background-color: rgb(222,83,62); }

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

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

 span { border-color: rgb(222,83,62); }

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