Shades of Valencia #DD5641
Tints of Valencia #DD5641
RGB
CMYK
RGB Variations
Color information
#DD5641 (or 0xDD5641) is known color: Valencia. HEX triplet: DD, 56 and 41. RGB value is (221,86,65). Sum of RGB (Red+Green+Blue) = 221+86+65=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5641 is #22A9BE. Grayscale: #7C7C7C. Windows color (decimal): -2271679 or 4282077. OLE color: 4282077.
HSL color Cylindrical-coordinate representation of color #DD5641: hue angle of 8.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD5641 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 65 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.13 |
| HSL | 8.08º | 0.7% | 0.56% | - |
| HSV(B) | 8.08º | 0.71% | 0.87% | - |
| XYZ | 34.1 | 22.41 | 7.53 | - |
| YUV | 123.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 65 | 0 | 0.61 | 0.71 | 0.13 | 8.08 | 0.7 | 0.56 |
| Hex | DD | 56 | 41 | 0 | 3D | 47 | D | 8 | 46 | 38 |
| Octal | 335 | 126 | 101 | 0 | 75 | 107 | 15 | 10 | 106 | 70 |
| Binary | 11011101 | 1010110 | 1000001 | 0 | 111101 | 1000111 | 1101 | 1000 | 1000110 | 111000 |
Color Harmonies of #DD5641
Complementary color
Monochromatic Colors of #DD5641
Black with #DD5641
Text Example
Text Example
White with #DD5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5641; }
p { color: rgb(221,86,65); }
H1.HeaderClassName
{
color: #DD5641;
}
.AnyTagClassName
{
color: #DD5641;
}
</style>
background-color css
<style>
a { background-color: #DD5641; }
a { background-color: rgb(221,86,65); }
div.DivClassName
{
background-color: #DD5641;
}
.BgClassName
{
background-color: #DD5641;
}
</style>
border-color css
<style>
span { border-color: #DD5641; }
span { border-color: rgb(221,86,65); }
td.TdClassName
{
border-color: #DD5641;
}
.TagClassName
{
border-color: #DD5641;
}
</style>