Shades of Valencia #DD564C
Tints of Valencia #DD564C
RGB
CMYK
RGB Variations
Color information
#DD564C (or 0xDD564C) is known color: Valencia. HEX triplet: DD, 56 and 4C. RGB value is (221,86,76). Sum of RGB (Red+Green+Blue) = 221+86+76=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD564C is #22A9B3. Grayscale: #7D7D7D. Windows color (decimal): -2271668 or 5002973. OLE color: 5002973.
HSL color Cylindrical-coordinate representation of color #DD564C: hue angle of 4.14º 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 #DD564C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 76 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.14º | 0.68% | 0.58% | - |
| HSV(B) | 4.14º | 0.66% | 0.87% | - |
| XYZ | 34.45 | 22.55 | 9.37 | - |
| YUV | 125.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 76 | 0 | 0.61 | 0.66 | 0.13 | 4.14 | 0.68 | 0.58 |
| Hex | DD | 56 | 4C | 0 | 3D | 42 | D | 4 | 44 | 3A |
| Octal | 335 | 126 | 114 | 0 | 75 | 102 | 15 | 4 | 104 | 72 |
| Binary | 11011101 | 1010110 | 1001100 | 0 | 111101 | 1000010 | 1101 | 100 | 1000100 | 111010 |
Color Harmonies of #DD564C
Complementary color
Monochromatic Colors of #DD564C
Black with #DD564C
Text Example
Text Example
White with #DD564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD564C; }
p { color: rgb(221,86,76); }
H1.HeaderClassName
{
color: #DD564C;
}
.AnyTagClassName
{
color: #DD564C;
}
</style>
background-color css
<style>
a { background-color: #DD564C; }
a { background-color: rgb(221,86,76); }
div.DivClassName
{
background-color: #DD564C;
}
.BgClassName
{
background-color: #DD564C;
}
</style>
border-color css
<style>
span { border-color: #DD564C; }
span { border-color: rgb(221,86,76); }
td.TdClassName
{
border-color: #DD564C;
}
.TagClassName
{
border-color: #DD564C;
}
</style>