#DC534E

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

Shades of Valencia #DC534E

Tints of Valencia #DC534E

Color information

#DC534E (or 0xDC534E) is unknown color: approx Valencia. HEX triplet: DC, 53 and 4E. RGB value is (220,83,78). Sum of RGB (Red+Green+Blue) = 220+83+78=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC534E is #23ACB1. Grayscale: #7B7B7B. Windows color (decimal): -2337970 or 5133276. OLE color: 5133276.

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

Color convert

RGB2208378-
CMYK00.620.650.14
HSL2.11º66.98%58.43%-
HSV(B)2.11º64.55%86.27%-
XYZ33.9821.959.65-
YUV123.39102.39196.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.74%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=57.74%
G=21.78%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220837800.620.650.142.1166.9858.43
HexDC534E03E41E2433a
Octal33412311607610116210372
Binary1101110010100111001110011111010000011110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC534E; }

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

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

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

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

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

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

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

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