Shades of Valencia #D36052
Tints of Valencia #D36052
RGB
CMYK
RGB Variations
Color information
#D36052 (or 0xD36052) is known color: Valencia. HEX triplet: D3, 60 and 52. RGB value is (211,96,82). Sum of RGB (Red+Green+Blue) = 211+96+82=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D36052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36052 is #2C9FAD. Grayscale: #808080. Windows color (decimal): -2924462 or 5398739. OLE color: 5398739.
HSL color Cylindrical-coordinate representation of color #D36052: hue angle of 6.51º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D36052 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 82 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.17 |
| HSL | 6.51º | 0.59% | 0.57% | - |
| HSV(B) | 6.51º | 0.61% | 0.83% | - |
| XYZ | 32.57 | 22.82 | 10.67 | - |
| YUV | 128.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 82 | 0 | 0.55 | 0.61 | 0.17 | 6.51 | 0.59 | 0.57 |
| Hex | D3 | 60 | 52 | 0 | 37 | 3D | 11 | 7 | 3B | 39 |
| Octal | 323 | 140 | 122 | 0 | 67 | 75 | 21 | 7 | 73 | 71 |
| Binary | 11010011 | 1100000 | 1010010 | 0 | 110111 | 111101 | 10001 | 111 | 111011 | 111001 |
Color Harmonies of #D36052
Complementary color
Monochromatic Colors of #D36052
Black with #D36052
Text Example
Text Example
White with #D36052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36052; }
p { color: rgb(211,96,82); }
H1.HeaderClassName
{
color: #D36052;
}
.AnyTagClassName
{
color: #D36052;
}
</style>
background-color css
<style>
a { background-color: #D36052; }
a { background-color: rgb(211,96,82); }
div.DivClassName
{
background-color: #D36052;
}
.BgClassName
{
background-color: #D36052;
}
</style>
border-color css
<style>
span { border-color: #D36052; }
span { border-color: rgb(211,96,82); }
td.TdClassName
{
border-color: #D36052;
}
.TagClassName
{
border-color: #D36052;
}
</style>