Shades of Valencia #DA5344
Tints of Valencia #DA5344
RGB
CMYK
RGB Variations
Color information
#DA5344 (or 0xDA5344) is known color: Valencia. HEX triplet: DA, 53 and 44. RGB value is (218,83,68). Sum of RGB (Red+Green+Blue) = 218+83+68=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5344 is #25ACBB. Grayscale: #797979. Windows color (decimal): -2469052 or 4477914. OLE color: 4477914.
HSL color Cylindrical-coordinate representation of color #DA5344: hue angle of 6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA5344 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 68 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.15 |
| HSL | 6º | 0.67% | 0.56% | - |
| HSV(B) | 6º | 0.69% | 0.85% | - |
| XYZ | 33.05 | 21.51 | 7.88 | - |
| YUV | 121.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 68 | 0 | 0.62 | 0.69 | 0.15 | 6 | 0.67 | 0.56 |
| Hex | DA | 53 | 44 | 0 | 3E | 45 | F | 6 | 43 | 38 |
| Octal | 332 | 123 | 104 | 0 | 76 | 105 | 17 | 6 | 103 | 70 |
| Binary | 11011010 | 1010011 | 1000100 | 0 | 111110 | 1000101 | 1111 | 110 | 1000011 | 111000 |
Color Harmonies of #DA5344
Complementary color
Monochromatic Colors of #DA5344
Black with #DA5344
Text Example
Text Example
White with #DA5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5344; }
p { color: rgb(218,83,68); }
H1.HeaderClassName
{
color: #DA5344;
}
.AnyTagClassName
{
color: #DA5344;
}
</style>
background-color css
<style>
a { background-color: #DA5344; }
a { background-color: rgb(218,83,68); }
div.DivClassName
{
background-color: #DA5344;
}
.BgClassName
{
background-color: #DA5344;
}
</style>
border-color css
<style>
span { border-color: #DA5344; }
span { border-color: rgb(218,83,68); }
td.TdClassName
{
border-color: #DA5344;
}
.TagClassName
{
border-color: #DA5344;
}
</style>