Shades of Valencia #DE533E
Tints of Valencia #DE533E
RGB
CMYK
RGB Variations
Color information
#DE533E (or 0xDE533E) is known color: 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.87º 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
| RGB | 222 | 83 | 62 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.13 |
| HSL | 7.88º | 0.71% | 0.56% | - |
| HSV(B) | 7.88º | 0.72% | 0.87% | - |
| XYZ | 34.09 | 22.06 | 7.02 | - |
| YUV | 122.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 62 | 0 | 0.63 | 0.72 | 0.13 | 7.88 | 0.71 | 0.56 |
| Hex | DE | 53 | 3E | 0 | 3F | 48 | D | 8 | 47 | 38 |
| Octal | 336 | 123 | 76 | 0 | 77 | 110 | 15 | 10 | 107 | 70 |
| Binary | 11011110 | 1010011 | 111110 | 0 | 111111 | 1001000 | 1101 | 1000 | 1000111 | 111000 |
Color Harmonies of #DE533E
Complementary color
Monochromatic Colors of #DE533E
Black with #DE533E
Text Example
Text Example
White with #DE533E
Text Example
Text Example
HTML Codes & Css Web 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>