Shades of Valencia #DA534B
Tints of Valencia #DA534B
RGB
CMYK
RGB Variations
Color information
#DA534B (or 0xDA534B) is known color: Valencia. HEX triplet: DA, 53 and 4B. RGB value is (218,83,75). Sum of RGB (Red+Green+Blue) = 218+83+75=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA534B is #25ACB4. Grayscale: #7A7A7A. Windows color (decimal): -2469045 or 4936666. OLE color: 4936666.
HSL color Cylindrical-coordinate representation of color #DA534B: hue angle of 3.36º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA534B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 75 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.15 |
| HSL | 3.36º | 0.66% | 0.57% | - |
| HSV(B) | 3.36º | 0.66% | 0.85% | - |
| XYZ | 33.28 | 21.6 | 9.07 | - |
| YUV | 122.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 75 | 0 | 0.62 | 0.66 | 0.15 | 3.36 | 0.66 | 0.57 |
| Hex | DA | 53 | 4B | 0 | 3E | 42 | F | 3 | 42 | 39 |
| Octal | 332 | 123 | 113 | 0 | 76 | 102 | 17 | 3 | 102 | 71 |
| Binary | 11011010 | 1010011 | 1001011 | 0 | 111110 | 1000010 | 1111 | 11 | 1000010 | 111001 |
Color Harmonies of #DA534B
Complementary color
Monochromatic Colors of #DA534B
Black with #DA534B
Text Example
Text Example
White with #DA534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA534B; }
p { color: rgb(218,83,75); }
H1.HeaderClassName
{
color: #DA534B;
}
.AnyTagClassName
{
color: #DA534B;
}
</style>
background-color css
<style>
a { background-color: #DA534B; }
a { background-color: rgb(218,83,75); }
div.DivClassName
{
background-color: #DA534B;
}
.BgClassName
{
background-color: #DA534B;
}
</style>
border-color css
<style>
span { border-color: #DA534B; }
span { border-color: rgb(218,83,75); }
td.TdClassName
{
border-color: #DA534B;
}
.TagClassName
{
border-color: #DA534B;
}
</style>