Shades of Valencia #DA524C
Tints of Valencia #DA524C
RGB
CMYK
RGB Variations
Color information
#DA524C (or 0xDA524C) is known color: Valencia. HEX triplet: DA, 52 and 4C. RGB value is (218,82,76). Sum of RGB (Red+Green+Blue) = 218+82+76=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA524C is #25ADB3. Grayscale: #7A7A7A. Windows color (decimal): -2469300 or 5001946. OLE color: 5001946.
HSL color Cylindrical-coordinate representation of color #DA524C: hue angle of 2.54º 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 #DA524C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 76 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.15 |
| HSL | 2.54º | 0.66% | 0.58% | - |
| HSV(B) | 2.54º | 0.65% | 0.85% | - |
| XYZ | 33.24 | 21.46 | 9.23 | - |
| YUV | 121.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 76 | 0 | 0.62 | 0.65 | 0.15 | 2.54 | 0.66 | 0.58 |
| Hex | DA | 52 | 4C | 0 | 3E | 41 | F | 3 | 42 | 3A |
| Octal | 332 | 122 | 114 | 0 | 76 | 101 | 17 | 3 | 102 | 72 |
| Binary | 11011010 | 1010010 | 1001100 | 0 | 111110 | 1000001 | 1111 | 11 | 1000010 | 111010 |
Color Harmonies of #DA524C
Complementary color
Monochromatic Colors of #DA524C
Black with #DA524C
Text Example
Text Example
White with #DA524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA524C; }
p { color: rgb(218,82,76); }
H1.HeaderClassName
{
color: #DA524C;
}
.AnyTagClassName
{
color: #DA524C;
}
</style>
background-color css
<style>
a { background-color: #DA524C; }
a { background-color: rgb(218,82,76); }
div.DivClassName
{
background-color: #DA524C;
}
.BgClassName
{
background-color: #DA524C;
}
</style>
border-color css
<style>
span { border-color: #DA524C; }
span { border-color: rgb(218,82,76); }
td.TdClassName
{
border-color: #DA524C;
}
.TagClassName
{
border-color: #DA524C;
}
</style>