#D6544C

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

Shades of Valencia #D6544C

Tints of Valencia #D6544C

Color information

#D6544C (or 0xD6544C) is unknown color: approx Valencia. HEX triplet: D6, 54 and 4C. RGB value is (214,84,76). Sum of RGB (Red+Green+Blue) = 214+84+76=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6544C is #29ABB3. Grayscale: #7A7A7A. Windows color (decimal): -2730932 or 5002454. OLE color: 5002454.

HSL color Cylindrical-coordinate representation of color #D6544C: hue angle of 3.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6544C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2148476-
CMYK00.610.640.16
HSL3.48º62.73%56.86%-
HSV(B)3.48º64.49%83.92%-
XYZ32.2121.169.22-
YUV121.96102.07193.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=57.22%
G=22.46%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214847600.610.640.163.4862.7356.86
HexD6544C03D401033f39
Octal3261241140751002037771
Binary1101011010101001001100011110110000001000011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6544C; }

 p { color: rgb(214,84,76); }

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

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

 a { background-color: rgb(214,84,76); }

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

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

 span { border-color: rgb(214,84,76); }

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