#DC524C

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

Shades of Valencia #DC524C

Tints of Valencia #DC524C

Color information

#DC524C (or 0xDC524C) is unknown color: approx Valencia. HEX triplet: DC, 52 and 4C. RGB value is (220,82,76). Sum of RGB (Red+Green+Blue) = 220+82+76=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC524C is #23ADB3. Grayscale: #7A7A7A. Windows color (decimal): -2338228 or 5001948. OLE color: 5001948.

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

Color convert

RGB2208276-
CMYK00.630.650.14
HSL2.5º67.29%58.04%-
HSV(B)2.5º65.45%86.27%-
XYZ33.8421.779.26-
YUV122.58101.72197.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.20%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=58.20%
G=21.69%
B=20.11%

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
Decimal220827600.630.650.142.567.2958.04
HexDC524C03F41E3433a
Octal33412211407710116310372
Binary1101110010100101001100011111110000011110111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC524C; }

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

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

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

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

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

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

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

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