Shades of Valencia #DF533F
Tints of Valencia #DF533F
RGB
CMYK
RGB Variations
Color information
#DF533F (or 0xDF533F) is known color: Valencia. HEX triplet: DF, 53 and 3F. RGB value is (223,83,63). Sum of RGB (Red+Green+Blue) = 223+83+63=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF533F is #20ACC0. Grayscale: #7A7A7A. Windows color (decimal): -2141377 or 4150239. OLE color: 4150239.
HSL color Cylindrical-coordinate representation of color #DF533F: hue angle of 7.5º 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 #DF533F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 63 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.13 |
| HSL | 7.5º | 0.71% | 0.56% | - |
| HSV(B) | 7.5º | 0.72% | 0.87% | - |
| XYZ | 34.42 | 22.23 | 7.18 | - |
| YUV | 122.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 63 | 0 | 0.63 | 0.72 | 0.13 | 7.5 | 0.71 | 0.56 |
| Hex | DF | 53 | 3F | 0 | 3F | 48 | D | 8 | 47 | 38 |
| Octal | 337 | 123 | 77 | 0 | 77 | 110 | 15 | 10 | 107 | 70 |
| Binary | 11011111 | 1010011 | 111111 | 0 | 111111 | 1001000 | 1101 | 1000 | 1000111 | 111000 |
Color Harmonies of #DF533F
Complementary color
Monochromatic Colors of #DF533F
Black with #DF533F
Text Example
Text Example
White with #DF533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF533F; }
p { color: rgb(223,83,63); }
H1.HeaderClassName
{
color: #DF533F;
}
.AnyTagClassName
{
color: #DF533F;
}
</style>
background-color css
<style>
a { background-color: #DF533F; }
a { background-color: rgb(223,83,63); }
div.DivClassName
{
background-color: #DF533F;
}
.BgClassName
{
background-color: #DF533F;
}
</style>
border-color css
<style>
span { border-color: #DF533F; }
span { border-color: rgb(223,83,63); }
td.TdClassName
{
border-color: #DF533F;
}
.TagClassName
{
border-color: #DF533F;
}
</style>