Shades of Valencia #D65848
Tints of Valencia #D65848
RGB
CMYK
RGB Variations
Color information
#D65848 (or 0xD65848) is known color: Valencia. HEX triplet: D6, 58 and 48. RGB value is (214,88,72). Sum of RGB (Red+Green+Blue) = 214+88+72=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65848 is #29A7B7. Grayscale: #7C7C7C. Windows color (decimal): -2729912 or 4741334. OLE color: 4741334.
HSL color Cylindrical-coordinate representation of color #D65848: hue angle of 6.76º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65848 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 72 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.16 |
| HSL | 6.76º | 0.63% | 0.56% | - |
| HSV(B) | 6.76º | 0.66% | 0.84% | - |
| XYZ | 32.39 | 21.74 | 8.62 | - |
| YUV | 123.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 72 | 0 | 0.59 | 0.66 | 0.16 | 6.76 | 0.63 | 0.56 |
| Hex | D6 | 58 | 48 | 0 | 3B | 42 | 10 | 7 | 3F | 38 |
| Octal | 326 | 130 | 110 | 0 | 73 | 102 | 20 | 7 | 77 | 70 |
| Binary | 11010110 | 1011000 | 1001000 | 0 | 111011 | 1000010 | 10000 | 111 | 111111 | 111000 |
Color Harmonies of #D65848
Complementary color
Monochromatic Colors of #D65848
Black with #D65848
Text Example
Text Example
White with #D65848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65848; }
p { color: rgb(214,88,72); }
H1.HeaderClassName
{
color: #D65848;
}
.AnyTagClassName
{
color: #D65848;
}
</style>
background-color css
<style>
a { background-color: #D65848; }
a { background-color: rgb(214,88,72); }
div.DivClassName
{
background-color: #D65848;
}
.BgClassName
{
background-color: #D65848;
}
</style>
border-color css
<style>
span { border-color: #D65848; }
span { border-color: rgb(214,88,72); }
td.TdClassName
{
border-color: #D65848;
}
.TagClassName
{
border-color: #D65848;
}
</style>