Shades of Valencia #D05348
Tints of Valencia #D05348
RGB
CMYK
RGB Variations
Color information
#D05348 (or 0xD05348) is known color: Valencia. HEX triplet: D0, 53 and 48. RGB value is (208,83,72). Sum of RGB (Red+Green+Blue) = 208+83+72=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D05348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05348 is #2FACB7. Grayscale: #777777. Windows color (decimal): -3124408 or 4740048. OLE color: 4740048.
HSL color Cylindrical-coordinate representation of color #D05348: hue angle of 4.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D05348 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 72 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.18 |
| HSL | 4.85º | 0.59% | 0.55% | - |
| HSV(B) | 4.85º | 0.65% | 0.82% | - |
| XYZ | 30.28 | 20.06 | 8.41 | - |
| YUV | 119.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 72 | 0 | 0.60 | 0.65 | 0.18 | 4.85 | 0.59 | 0.55 |
| Hex | D0 | 53 | 48 | 0 | 3C | 41 | 12 | 5 | 3B | 37 |
| Octal | 320 | 123 | 110 | 0 | 74 | 101 | 22 | 5 | 73 | 67 |
| Binary | 11010000 | 1010011 | 1001000 | 0 | 111100 | 1000001 | 10010 | 101 | 111011 | 110111 |
Color Harmonies of #D05348
Complementary color
Monochromatic Colors of #D05348
Black with #D05348
Text Example
Text Example
White with #D05348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05348; }
p { color: rgb(208,83,72); }
H1.HeaderClassName
{
color: #D05348;
}
.AnyTagClassName
{
color: #D05348;
}
</style>
background-color css
<style>
a { background-color: #D05348; }
a { background-color: rgb(208,83,72); }
div.DivClassName
{
background-color: #D05348;
}
.BgClassName
{
background-color: #D05348;
}
</style>
border-color css
<style>
span { border-color: #D05348; }
span { border-color: rgb(208,83,72); }
td.TdClassName
{
border-color: #D05348;
}
.TagClassName
{
border-color: #D05348;
}
</style>