Shades of Valencia #DD534A
Tints of Valencia #DD534A
RGB
CMYK
RGB Variations
Color information
#DD534A (or 0xDD534A) is known color: Valencia. HEX triplet: DD, 53 and 4A. RGB value is (221,83,74). Sum of RGB (Red+Green+Blue) = 221+83+74=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD534A is #22ACB5. Grayscale: #7B7B7B. Windows color (decimal): -2272438 or 4871133. OLE color: 4871133.
HSL color Cylindrical-coordinate representation of color #DD534A: hue angle of 3.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD534A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 74 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.13 |
| HSL | 3.67º | 0.68% | 0.58% | - |
| HSV(B) | 3.67º | 0.67% | 0.87% | - |
| XYZ | 34.15 | 22.05 | 8.94 | - |
| YUV | 123.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 74 | 0 | 0.62 | 0.67 | 0.13 | 3.67 | 0.68 | 0.58 |
| Hex | DD | 53 | 4A | 0 | 3E | 43 | D | 4 | 44 | 3A |
| Octal | 335 | 123 | 112 | 0 | 76 | 103 | 15 | 4 | 104 | 72 |
| Binary | 11011101 | 1010011 | 1001010 | 0 | 111110 | 1000011 | 1101 | 100 | 1000100 | 111010 |
Color Harmonies of #DD534A
Complementary color
Monochromatic Colors of #DD534A
Black with #DD534A
Text Example
Text Example
White with #DD534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD534A; }
p { color: rgb(221,83,74); }
H1.HeaderClassName
{
color: #DD534A;
}
.AnyTagClassName
{
color: #DD534A;
}
</style>
background-color css
<style>
a { background-color: #DD534A; }
a { background-color: rgb(221,83,74); }
div.DivClassName
{
background-color: #DD534A;
}
.BgClassName
{
background-color: #DD534A;
}
</style>
border-color css
<style>
span { border-color: #DD534A; }
span { border-color: rgb(221,83,74); }
td.TdClassName
{
border-color: #DD534A;
}
.TagClassName
{
border-color: #DD534A;
}
</style>