Shades of Valencia #DF533E
Tints of Valencia #DF533E
RGB
CMYK
RGB Variations
Color information
#DF533E (or 0xDF533E) is known color: Valencia. HEX triplet: DF, 53 and 3E. RGB value is (223,83,62). Sum of RGB (Red+Green+Blue) = 223+83+62=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF533E is #20ACC1. Grayscale: #7A7A7A. Windows color (decimal): -2141378 or 4084703. OLE color: 4084703.
HSL color Cylindrical-coordinate representation of color #DF533E: hue angle of 7.83º degrees, saturation: 0.72, 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 #DF533E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 62 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.13 |
| HSL | 7.83º | 0.72% | 0.56% | - |
| HSV(B) | 7.83º | 0.72% | 0.87% | - |
| XYZ | 34.39 | 22.22 | 7.03 | - |
| YUV | 122.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 62 | 0 | 0.63 | 0.72 | 0.13 | 7.83 | 0.72 | 0.56 |
| Hex | DF | 53 | 3E | 0 | 3F | 48 | D | 8 | 48 | 38 |
| Octal | 337 | 123 | 76 | 0 | 77 | 110 | 15 | 10 | 110 | 70 |
| Binary | 11011111 | 1010011 | 111110 | 0 | 111111 | 1001000 | 1101 | 1000 | 1001000 | 111000 |
Color Harmonies of #DF533E
Complementary color
Monochromatic Colors of #DF533E
Black with #DF533E
Text Example
Text Example
White with #DF533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF533E; }
p { color: rgb(223,83,62); }
H1.HeaderClassName
{
color: #DF533E;
}
.AnyTagClassName
{
color: #DF533E;
}
</style>
background-color css
<style>
a { background-color: #DF533E; }
a { background-color: rgb(223,83,62); }
div.DivClassName
{
background-color: #DF533E;
}
.BgClassName
{
background-color: #DF533E;
}
</style>
border-color css
<style>
span { border-color: #DF533E; }
span { border-color: rgb(223,83,62); }
td.TdClassName
{
border-color: #DF533E;
}
.TagClassName
{
border-color: #DF533E;
}
</style>