Shades of Valencia #DE534C
Tints of Valencia #DE534C
RGB
CMYK
RGB Variations
Color information
#DE534C (or 0xDE534C) is known color: Valencia. HEX triplet: DE, 53 and 4C. RGB value is (222,83,76). Sum of RGB (Red+Green+Blue) = 222+83+76=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE534C is #21ACB3. Grayscale: #7B7B7B. Windows color (decimal): -2206900 or 5002206. OLE color: 5002206.
HSL color Cylindrical-coordinate representation of color #DE534C: hue angle of 2.88º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE534C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 76 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.13 |
| HSL | 2.88º | 0.69% | 0.58% | - |
| HSV(B) | 2.88º | 0.66% | 0.87% | - |
| XYZ | 34.52 | 22.24 | 9.31 | - |
| YUV | 123.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 76 | 0 | 0.63 | 0.66 | 0.13 | 2.88 | 0.69 | 0.58 |
| Hex | DE | 53 | 4C | 0 | 3F | 42 | D | 3 | 45 | 3A |
| Octal | 336 | 123 | 114 | 0 | 77 | 102 | 15 | 3 | 105 | 72 |
| Binary | 11011110 | 1010011 | 1001100 | 0 | 111111 | 1000010 | 1101 | 11 | 1000101 | 111010 |
Color Harmonies of #DE534C
Complementary color
Monochromatic Colors of #DE534C
Black with #DE534C
Text Example
Text Example
White with #DE534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE534C; }
p { color: rgb(222,83,76); }
H1.HeaderClassName
{
color: #DE534C;
}
.AnyTagClassName
{
color: #DE534C;
}
</style>
background-color css
<style>
a { background-color: #DE534C; }
a { background-color: rgb(222,83,76); }
div.DivClassName
{
background-color: #DE534C;
}
.BgClassName
{
background-color: #DE534C;
}
</style>
border-color css
<style>
span { border-color: #DE534C; }
span { border-color: rgb(222,83,76); }
td.TdClassName
{
border-color: #DE534C;
}
.TagClassName
{
border-color: #DE534C;
}
</style>