Shades of Valencia #D65348
Tints of Valencia #D65348
RGB
CMYK
RGB Variations
Color information
#D65348 (or 0xD65348) is known color: Valencia. HEX triplet: D6, 53 and 48. RGB value is (214,83,72). Sum of RGB (Red+Green+Blue) = 214+83+72=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65348 is #29ACB7. Grayscale: #797979. Windows color (decimal): -2731192 or 4740054. OLE color: 4740054.
HSL color Cylindrical-coordinate representation of color #D65348: hue angle of 4.65º 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 #D65348 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 72 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.16 |
| HSL | 4.65º | 0.63% | 0.56% | - |
| HSV(B) | 4.65º | 0.66% | 0.84% | - |
| XYZ | 31.99 | 20.95 | 8.49 | - |
| YUV | 120.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 72 | 0 | 0.61 | 0.66 | 0.16 | 4.65 | 0.63 | 0.56 |
| Hex | D6 | 53 | 48 | 0 | 3D | 42 | 10 | 5 | 3F | 38 |
| Octal | 326 | 123 | 110 | 0 | 75 | 102 | 20 | 5 | 77 | 70 |
| Binary | 11010110 | 1010011 | 1001000 | 0 | 111101 | 1000010 | 10000 | 101 | 111111 | 111000 |
Color Harmonies of #D65348
Complementary color
Monochromatic Colors of #D65348
Black with #D65348
Text Example
Text Example
White with #D65348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65348; }
p { color: rgb(214,83,72); }
H1.HeaderClassName
{
color: #D65348;
}
.AnyTagClassName
{
color: #D65348;
}
</style>
background-color css
<style>
a { background-color: #D65348; }
a { background-color: rgb(214,83,72); }
div.DivClassName
{
background-color: #D65348;
}
.BgClassName
{
background-color: #D65348;
}
</style>
border-color css
<style>
span { border-color: #D65348; }
span { border-color: rgb(214,83,72); }
td.TdClassName
{
border-color: #D65348;
}
.TagClassName
{
border-color: #D65348;
}
</style>