Shades of Valencia #DD534B
Tints of Valencia #DD534B
RGB
CMYK
RGB Variations
Color information
#DD534B (or 0xDD534B) is known color: Valencia. HEX triplet: DD, 53 and 4B. RGB value is (221,83,75). Sum of RGB (Red+Green+Blue) = 221+83+75=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD534B is #22ACB4. Grayscale: #7B7B7B. Windows color (decimal): -2272437 or 4936669. OLE color: 4936669.
HSL color Cylindrical-coordinate representation of color #DD534B: hue angle of 3.29º 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 #DD534B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 75 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.13 |
| HSL | 3.29º | 0.68% | 0.58% | - |
| HSV(B) | 3.29º | 0.66% | 0.87% | - |
| XYZ | 34.18 | 22.07 | 9.11 | - |
| YUV | 123.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 75 | 0 | 0.62 | 0.66 | 0.13 | 3.29 | 0.68 | 0.58 |
| Hex | DD | 53 | 4B | 0 | 3E | 42 | D | 3 | 44 | 3A |
| Octal | 335 | 123 | 113 | 0 | 76 | 102 | 15 | 3 | 104 | 72 |
| Binary | 11011101 | 1010011 | 1001011 | 0 | 111110 | 1000010 | 1101 | 11 | 1000100 | 111010 |
Color Harmonies of #DD534B
Complementary color
Monochromatic Colors of #DD534B
Black with #DD534B
Text Example
Text Example
White with #DD534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD534B; }
p { color: rgb(221,83,75); }
H1.HeaderClassName
{
color: #DD534B;
}
.AnyTagClassName
{
color: #DD534B;
}
</style>
background-color css
<style>
a { background-color: #DD534B; }
a { background-color: rgb(221,83,75); }
div.DivClassName
{
background-color: #DD534B;
}
.BgClassName
{
background-color: #DD534B;
}
</style>
border-color css
<style>
span { border-color: #DD534B; }
span { border-color: rgb(221,83,75); }
td.TdClassName
{
border-color: #DD534B;
}
.TagClassName
{
border-color: #DD534B;
}
</style>