Shades of Valencia #DA544D
Tints of Valencia #DA544D
RGB
CMYK
RGB Variations
Color information
#DA544D (or 0xDA544D) is known color: Valencia. HEX triplet: DA, 54 and 4D. RGB value is (218,84,77). Sum of RGB (Red+Green+Blue) = 218+84+77=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA544D is #25ABB2. Grayscale: #7B7B7B. Windows color (decimal): -2468787 or 5067994. OLE color: 5067994.
HSL color Cylindrical-coordinate representation of color #DA544D: hue angle of 2.98º 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 #DA544D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 77 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.15 |
| HSL | 2.98º | 0.66% | 0.58% | - |
| HSV(B) | 2.98º | 0.65% | 0.85% | - |
| XYZ | 33.42 | 21.78 | 9.46 | - |
| YUV | 123.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 77 | 0 | 0.61 | 0.65 | 0.15 | 2.98 | 0.66 | 0.58 |
| Hex | DA | 54 | 4D | 0 | 3D | 41 | F | 3 | 42 | 3A |
| Octal | 332 | 124 | 115 | 0 | 75 | 101 | 17 | 3 | 102 | 72 |
| Binary | 11011010 | 1010100 | 1001101 | 0 | 111101 | 1000001 | 1111 | 11 | 1000010 | 111010 |
Color Harmonies of #DA544D
Complementary color
Monochromatic Colors of #DA544D
Black with #DA544D
Text Example
Text Example
White with #DA544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA544D; }
p { color: rgb(218,84,77); }
H1.HeaderClassName
{
color: #DA544D;
}
.AnyTagClassName
{
color: #DA544D;
}
</style>
background-color css
<style>
a { background-color: #DA544D; }
a { background-color: rgb(218,84,77); }
div.DivClassName
{
background-color: #DA544D;
}
.BgClassName
{
background-color: #DA544D;
}
</style>
border-color css
<style>
span { border-color: #DA544D; }
span { border-color: rgb(218,84,77); }
td.TdClassName
{
border-color: #DA544D;
}
.TagClassName
{
border-color: #DA544D;
}
</style>