#DC524E

Color #DC524E Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DC524E

Tints of Valencia #DC524E

Color information

#DC524E (or 0xDC524E) is unknown color: approx Valencia. HEX triplet: DC, 52 and 4E. RGB value is (220,82,78). Sum of RGB (Red+Green+Blue) = 220+82+78=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC524E is #23ADB1. Grayscale: #7A7A7A. Windows color (decimal): -2338226 or 5133020. OLE color: 5133020.

HSL color Cylindrical-coordinate representation of color #DC524E: hue angle of 1.69º degrees, saturation: 0.67, 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 #DC524E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2208278-
CMYK00.630.650.14
HSL1.69º66.98%58.43%-
HSV(B)1.69º64.55%86.27%-
XYZ33.9121.89.63-
YUV122.81102.72197.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 57.89%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=57.89%
G=21.58%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220827800.630.650.141.6966.9858.43
HexDC524E03F41E2433a
Octal33412211607710116210372
Binary1101110010100101001110011111110000011110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC524E; }

 p { color: rgb(220,82,78); }

 H1.HeaderClassName
 {
   color: #DC524E;
 }
 .AnyTagClassName
 {
   color: #DC524E;
 }
</style>
background-color css

<style>
 a { background-color: #DC524E; }

 a { background-color: rgb(220,82,78); }

 div.DivClassName
 {
   background-color: #DC524E;
 }
 .BgClassName
 {
   background-color: #DC524E;
 }
</style>
border-color css

<style>
 span { border-color: #DC524E; }

 span { border-color: rgb(220,82,78); }

 td.TdClassName
 {
   border-color: #DC524E;
 }
 .TagClassName
 {
   border-color: #DC524E;
 }
</style>