Shades of Valencia #D9503F
Tints of Valencia #D9503F
RGB
CMYK
RGB Variations
Color information
#D9503F (or 0xD9503F) is known color: Valencia. HEX triplet: D9, 50 and 3F. RGB value is (217,80,63). Sum of RGB (Red+Green+Blue) = 217+80+63=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503F is #26AFC0. Grayscale: #777777. Windows color (decimal): -2535361 or 4149465. OLE color: 4149465.
HSL color Cylindrical-coordinate representation of color #D9503F: hue angle of 6.62º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9503F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 63 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.15 |
| HSL | 6.62º | 0.67% | 0.55% | - |
| HSV(B) | 6.62º | 0.71% | 0.85% | - |
| XYZ | 32.38 | 20.85 | 7.02 | - |
| YUV | 119.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 63 | 0 | 0.63 | 0.71 | 0.15 | 6.62 | 0.67 | 0.55 |
| Hex | D9 | 50 | 3F | 0 | 3F | 47 | F | 7 | 43 | 37 |
| Octal | 331 | 120 | 77 | 0 | 77 | 107 | 17 | 7 | 103 | 67 |
| Binary | 11011001 | 1010000 | 111111 | 0 | 111111 | 1000111 | 1111 | 111 | 1000011 | 110111 |
Color Harmonies of #D9503F
Complementary color
Monochromatic Colors of #D9503F
Black with #D9503F
Text Example
Text Example
White with #D9503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9503F; }
p { color: rgb(217,80,63); }
H1.HeaderClassName
{
color: #D9503F;
}
.AnyTagClassName
{
color: #D9503F;
}
</style>
background-color css
<style>
a { background-color: #D9503F; }
a { background-color: rgb(217,80,63); }
div.DivClassName
{
background-color: #D9503F;
}
.BgClassName
{
background-color: #D9503F;
}
</style>
border-color css
<style>
span { border-color: #D9503F; }
span { border-color: rgb(217,80,63); }
td.TdClassName
{
border-color: #D9503F;
}
.TagClassName
{
border-color: #D9503F;
}
</style>