Shades of Valencia #DD564F
Tints of Valencia #DD564F
RGB
CMYK
RGB Variations
Color information
#DD564F (or 0xDD564F) is known color: Valencia. HEX triplet: DD, 56 and 4F. RGB value is (221,86,79). Sum of RGB (Red+Green+Blue) = 221+86+79=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD564F is #22A9B0. Grayscale: #7D7D7D. Windows color (decimal): -2271665 or 5199581. OLE color: 5199581.
HSL color Cylindrical-coordinate representation of color #DD564F: hue angle of 2.96º 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 #DD564F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 79 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.13 |
| HSL | 2.96º | 0.68% | 0.59% | - |
| HSV(B) | 2.96º | 0.64% | 0.87% | - |
| XYZ | 34.56 | 22.59 | 9.94 | - |
| YUV | 125.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 79 | 0 | 0.61 | 0.64 | 0.13 | 2.96 | 0.68 | 0.59 |
| Hex | DD | 56 | 4F | 0 | 3D | 40 | D | 3 | 44 | 3B |
| Octal | 335 | 126 | 117 | 0 | 75 | 100 | 15 | 3 | 104 | 73 |
| Binary | 11011101 | 1010110 | 1001111 | 0 | 111101 | 1000000 | 1101 | 11 | 1000100 | 111011 |
Color Harmonies of #DD564F
Complementary color
Monochromatic Colors of #DD564F
Black with #DD564F
Text Example
Text Example
White with #DD564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD564F; }
p { color: rgb(221,86,79); }
H1.HeaderClassName
{
color: #DD564F;
}
.AnyTagClassName
{
color: #DD564F;
}
</style>
background-color css
<style>
a { background-color: #DD564F; }
a { background-color: rgb(221,86,79); }
div.DivClassName
{
background-color: #DD564F;
}
.BgClassName
{
background-color: #DD564F;
}
</style>
border-color css
<style>
span { border-color: #DD564F; }
span { border-color: rgb(221,86,79); }
td.TdClassName
{
border-color: #DD564F;
}
.TagClassName
{
border-color: #DD564F;
}
</style>