Shades of Valencia #D0594A
Tints of Valencia #D0594A
RGB
CMYK
RGB Variations
Color information
#D0594A (or 0xD0594A) is known color: Valencia. HEX triplet: D0, 59 and 4A. RGB value is (208,89,74). Sum of RGB (Red+Green+Blue) = 208+89+74=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0594A is #2FA6B5. Grayscale: #7B7B7B. Windows color (decimal): -3122870 or 4872656. OLE color: 4872656.
HSL color Cylindrical-coordinate representation of color #D0594A: hue angle of 6.72º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0594A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.18 |
| HSL | 6.72º | 0.59% | 0.55% | - |
| HSV(B) | 6.72º | 0.64% | 0.82% | - |
| XYZ | 30.82 | 21.05 | 8.92 | - |
| YUV | 122.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 74 | 0 | 0.57 | 0.64 | 0.18 | 6.72 | 0.59 | 0.55 |
| Hex | D0 | 59 | 4A | 0 | 39 | 40 | 12 | 7 | 3B | 37 |
| Octal | 320 | 131 | 112 | 0 | 71 | 100 | 22 | 7 | 73 | 67 |
| Binary | 11010000 | 1011001 | 1001010 | 0 | 111001 | 1000000 | 10010 | 111 | 111011 | 110111 |
Color Harmonies of #D0594A
Complementary color
Monochromatic Colors of #D0594A
Black with #D0594A
Text Example
Text Example
White with #D0594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0594A; }
p { color: rgb(208,89,74); }
H1.HeaderClassName
{
color: #D0594A;
}
.AnyTagClassName
{
color: #D0594A;
}
</style>
background-color css
<style>
a { background-color: #D0594A; }
a { background-color: rgb(208,89,74); }
div.DivClassName
{
background-color: #D0594A;
}
.BgClassName
{
background-color: #D0594A;
}
</style>
border-color css
<style>
span { border-color: #D0594A; }
span { border-color: rgb(208,89,74); }
td.TdClassName
{
border-color: #D0594A;
}
.TagClassName
{
border-color: #D0594A;
}
</style>