Shades of Valencia #DD534F
Tints of Valencia #DD534F
RGB
CMYK
RGB Variations
Color information
#DD534F (or 0xDD534F) is known color: Valencia. HEX triplet: DD, 53 and 4F. RGB value is (221,83,79). Sum of RGB (Red+Green+Blue) = 221+83+79=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD534F is #22ACB0. Grayscale: #7B7B7B. Windows color (decimal): -2272433 or 5198813. OLE color: 5198813.
HSL color Cylindrical-coordinate representation of color #DD534F: hue angle of 1.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD534F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 79 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.13 |
| HSL | 1.69º | 0.68% | 0.59% | - |
| HSV(B) | 1.69º | 0.64% | 0.87% | - |
| XYZ | 34.32 | 22.12 | 9.86 | - |
| YUV | 123.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 79 | 0 | 0.62 | 0.64 | 0.13 | 1.69 | 0.68 | 0.59 |
| Hex | DD | 53 | 4F | 0 | 3E | 40 | D | 2 | 44 | 3B |
| Octal | 335 | 123 | 117 | 0 | 76 | 100 | 15 | 2 | 104 | 73 |
| Binary | 11011101 | 1010011 | 1001111 | 0 | 111110 | 1000000 | 1101 | 10 | 1000100 | 111011 |
Color Harmonies of #DD534F
Complementary color
Monochromatic Colors of #DD534F
Black with #DD534F
Text Example
Text Example
White with #DD534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD534F; }
p { color: rgb(221,83,79); }
H1.HeaderClassName
{
color: #DD534F;
}
.AnyTagClassName
{
color: #DD534F;
}
</style>
background-color css
<style>
a { background-color: #DD534F; }
a { background-color: rgb(221,83,79); }
div.DivClassName
{
background-color: #DD534F;
}
.BgClassName
{
background-color: #DD534F;
}
</style>
border-color css
<style>
span { border-color: #DD534F; }
span { border-color: rgb(221,83,79); }
td.TdClassName
{
border-color: #DD534F;
}
.TagClassName
{
border-color: #DD534F;
}
</style>