Shades of Valencia #D9594C
Tints of Valencia #D9594C
RGB
CMYK
RGB Variations
Color information
#D9594C (or 0xD9594C) is known color: Valencia. HEX triplet: D9, 59 and 4C. RGB value is (217,89,76). Sum of RGB (Red+Green+Blue) = 217+89+76=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9594C is #26A6B3. Grayscale: #7D7D7D. Windows color (decimal): -2533044 or 5003737. OLE color: 5003737.
HSL color Cylindrical-coordinate representation of color #D9594C: hue angle of 5.53º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9594C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 76 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.15 |
| HSL | 5.53º | 0.65% | 0.57% | - |
| HSV(B) | 5.53º | 0.65% | 0.85% | - |
| XYZ | 33.49 | 22.42 | 9.4 | - |
| YUV | 125.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 76 | 0 | 0.59 | 0.65 | 0.15 | 5.53 | 0.65 | 0.57 |
| Hex | D9 | 59 | 4C | 0 | 3B | 41 | F | 6 | 41 | 39 |
| Octal | 331 | 131 | 114 | 0 | 73 | 101 | 17 | 6 | 101 | 71 |
| Binary | 11011001 | 1011001 | 1001100 | 0 | 111011 | 1000001 | 1111 | 110 | 1000001 | 111001 |
Color Harmonies of #D9594C
Complementary color
Monochromatic Colors of #D9594C
Black with #D9594C
Text Example
Text Example
White with #D9594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9594C; }
p { color: rgb(217,89,76); }
H1.HeaderClassName
{
color: #D9594C;
}
.AnyTagClassName
{
color: #D9594C;
}
</style>
background-color css
<style>
a { background-color: #D9594C; }
a { background-color: rgb(217,89,76); }
div.DivClassName
{
background-color: #D9594C;
}
.BgClassName
{
background-color: #D9594C;
}
</style>
border-color css
<style>
span { border-color: #D9594C; }
span { border-color: rgb(217,89,76); }
td.TdClassName
{
border-color: #D9594C;
}
.TagClassName
{
border-color: #D9594C;
}
</style>