Shades of Valencia #DA534D
Tints of Valencia #DA534D
RGB
CMYK
RGB Variations
Color information
#DA534D (or 0xDA534D) is known color: Valencia. HEX triplet: DA, 53 and 4D. RGB value is (218,83,77). Sum of RGB (Red+Green+Blue) = 218+83+77=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA534D is #25ACB2. Grayscale: #7A7A7A. Windows color (decimal): -2469043 or 5067738. OLE color: 5067738.
HSL color Cylindrical-coordinate representation of color #DA534D: hue angle of 2.55º degrees, saturation: 0.66, 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 #DA534D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 77 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.15 |
| HSL | 2.55º | 0.66% | 0.58% | - |
| HSV(B) | 2.55º | 0.65% | 0.85% | - |
| XYZ | 33.35 | 21.63 | 9.44 | - |
| YUV | 122.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 77 | 0 | 0.62 | 0.65 | 0.15 | 2.55 | 0.66 | 0.58 |
| Hex | DA | 53 | 4D | 0 | 3E | 41 | F | 3 | 42 | 3A |
| Octal | 332 | 123 | 115 | 0 | 76 | 101 | 17 | 3 | 102 | 72 |
| Binary | 11011010 | 1010011 | 1001101 | 0 | 111110 | 1000001 | 1111 | 11 | 1000010 | 111010 |
Color Harmonies of #DA534D
Complementary color
Monochromatic Colors of #DA534D
Black with #DA534D
Text Example
Text Example
White with #DA534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA534D; }
p { color: rgb(218,83,77); }
H1.HeaderClassName
{
color: #DA534D;
}
.AnyTagClassName
{
color: #DA534D;
}
</style>
background-color css
<style>
a { background-color: #DA534D; }
a { background-color: rgb(218,83,77); }
div.DivClassName
{
background-color: #DA534D;
}
.BgClassName
{
background-color: #DA534D;
}
</style>
border-color css
<style>
span { border-color: #DA534D; }
span { border-color: rgb(218,83,77); }
td.TdClassName
{
border-color: #DA534D;
}
.TagClassName
{
border-color: #DA534D;
}
</style>