#d6544e

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

Shades of Valencia #D6544E

Tints of Valencia #D6544E

Color information

#D6544E (or 0xD6544E) is unknown color: approx Valencia. HEX triplet: D6, 54 and 4E. RGB value is (214,84,78). Sum of RGB (Red+Green+Blue) = 214+84+78=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6544E is #29ABB1. Grayscale: #7A7A7A. Windows color (decimal): -2730930 or 5133526. OLE color: 5133526.

HSL color Cylindrical-coordinate representation of color #D6544E: hue angle of 2.65º degrees, saturation: 0.62, 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 #D6544E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2148478-
CMYK00.610.640.16
HSL2.65º62.39%57.25%-
HSV(B)2.65º63.55%83.92%-
XYZ32.2821.199.6-
YUV122.19103.07193.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=56.91%
G=22.34%
B=20.74%

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
Decimal214847800.610.640.162.6562.3957.25
HexD6544E03D401033e39
Octal3261241160751002037671
Binary1101011010101001001110011110110000001000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6544e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6544e; }

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

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

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

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

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

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

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

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