Shades of Valencia #D95C4D
Tints of Valencia #D95C4D
RGB
CMYK
RGB Variations
Color information
#D95C4D (or 0xD95C4D) is known color: Valencia. HEX triplet: D9, 5C and 4D. RGB value is (217,92,77). Sum of RGB (Red+Green+Blue) = 217+92+77=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C4D is #26A3B2. Grayscale: #7F7F7F. Windows color (decimal): -2532275 or 5070041. OLE color: 5070041.
HSL color Cylindrical-coordinate representation of color #D95C4D: hue angle of 6.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D95C4D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 77 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.15 |
| HSL | 6.43º | 0.65% | 0.58% | - |
| HSV(B) | 6.43º | 0.65% | 0.85% | - |
| XYZ | 33.78 | 22.94 | 9.67 | - |
| YUV | 127.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 77 | 0 | 0.58 | 0.65 | 0.15 | 6.43 | 0.65 | 0.58 |
| Hex | D9 | 5C | 4D | 0 | 3A | 41 | F | 6 | 41 | 3A |
| Octal | 331 | 134 | 115 | 0 | 72 | 101 | 17 | 6 | 101 | 72 |
| Binary | 11011001 | 1011100 | 1001101 | 0 | 111010 | 1000001 | 1111 | 110 | 1000001 | 111010 |
Color Harmonies of #D95C4D
Complementary color
Monochromatic Colors of #D95C4D
Black with #D95C4D
Text Example
Text Example
White with #D95C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C4D; }
p { color: rgb(217,92,77); }
H1.HeaderClassName
{
color: #D95C4D;
}
.AnyTagClassName
{
color: #D95C4D;
}
</style>
background-color css
<style>
a { background-color: #D95C4D; }
a { background-color: rgb(217,92,77); }
div.DivClassName
{
background-color: #D95C4D;
}
.BgClassName
{
background-color: #D95C4D;
}
</style>
border-color css
<style>
span { border-color: #D95C4D; }
span { border-color: rgb(217,92,77); }
td.TdClassName
{
border-color: #D95C4D;
}
.TagClassName
{
border-color: #D95C4D;
}
</style>