Shades of Valencia #DD564B
Tints of Valencia #DD564B
RGB
CMYK
RGB Variations
Color information
#DD564B (or 0xDD564B) is known color: Valencia. HEX triplet: DD, 56 and 4B. RGB value is (221,86,75). Sum of RGB (Red+Green+Blue) = 221+86+75=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD564B is #22A9B4. Grayscale: #7D7D7D. Windows color (decimal): -2271669 or 4937437. OLE color: 4937437.
HSL color Cylindrical-coordinate representation of color #DD564B: hue angle of 4.52º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD564B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 75 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.52º | 0.68% | 0.58% | - |
| HSV(B) | 4.52º | 0.66% | 0.87% | - |
| XYZ | 34.42 | 22.54 | 9.19 | - |
| YUV | 125.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 75 | 0 | 0.61 | 0.66 | 0.13 | 4.52 | 0.68 | 0.58 |
| Hex | DD | 56 | 4B | 0 | 3D | 42 | D | 5 | 44 | 3A |
| Octal | 335 | 126 | 113 | 0 | 75 | 102 | 15 | 5 | 104 | 72 |
| Binary | 11011101 | 1010110 | 1001011 | 0 | 111101 | 1000010 | 1101 | 101 | 1000100 | 111010 |
Color Harmonies of #DD564B
Complementary color
Monochromatic Colors of #DD564B
Black with #DD564B
Text Example
Text Example
White with #DD564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD564B; }
p { color: rgb(221,86,75); }
H1.HeaderClassName
{
color: #DD564B;
}
.AnyTagClassName
{
color: #DD564B;
}
</style>
background-color css
<style>
a { background-color: #DD564B; }
a { background-color: rgb(221,86,75); }
div.DivClassName
{
background-color: #DD564B;
}
.BgClassName
{
background-color: #DD564B;
}
</style>
border-color css
<style>
span { border-color: #DD564B; }
span { border-color: rgb(221,86,75); }
td.TdClassName
{
border-color: #DD564B;
}
.TagClassName
{
border-color: #DD564B;
}
</style>