Shades of Valencia #DB524D
Tints of Valencia #DB524D
RGB
CMYK
RGB Variations
Color information
#DB524D (or 0xDB524D) is known color: Valencia. HEX triplet: DB, 52 and 4D. RGB value is (219,82,77). Sum of RGB (Red+Green+Blue) = 219+82+77=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB524D is #24ADB2. Grayscale: #7A7A7A. Windows color (decimal): -2403763 or 5067483. OLE color: 5067483.
HSL color Cylindrical-coordinate representation of color #DB524D: hue angle of 2.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB524D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 77 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.14 |
| HSL | 2.11º | 0.66% | 0.58% | - |
| HSV(B) | 2.11º | 0.65% | 0.86% | - |
| XYZ | 33.57 | 21.63 | 9.43 | - |
| YUV | 122.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 77 | 0 | 0.63 | 0.65 | 0.14 | 2.11 | 0.66 | 0.58 |
| Hex | DB | 52 | 4D | 0 | 3F | 41 | E | 2 | 42 | 3A |
| Octal | 333 | 122 | 115 | 0 | 77 | 101 | 16 | 2 | 102 | 72 |
| Binary | 11011011 | 1010010 | 1001101 | 0 | 111111 | 1000001 | 1110 | 10 | 1000010 | 111010 |
Color Harmonies of #DB524D
Complementary color
Monochromatic Colors of #DB524D
Black with #DB524D
Text Example
Text Example
White with #DB524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB524D; }
p { color: rgb(219,82,77); }
H1.HeaderClassName
{
color: #DB524D;
}
.AnyTagClassName
{
color: #DB524D;
}
</style>
background-color css
<style>
a { background-color: #DB524D; }
a { background-color: rgb(219,82,77); }
div.DivClassName
{
background-color: #DB524D;
}
.BgClassName
{
background-color: #DB524D;
}
</style>
border-color css
<style>
span { border-color: #DB524D; }
span { border-color: rgb(219,82,77); }
td.TdClassName
{
border-color: #DB524D;
}
.TagClassName
{
border-color: #DB524D;
}
</style>