#D6564D

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

Shades of Valencia #D6564D

Tints of Valencia #D6564D

Color information

#D6564D (or 0xD6564D) is unknown color: approx Valencia. HEX triplet: D6, 56 and 4D. RGB value is (214,86,77). Sum of RGB (Red+Green+Blue) = 214+86+77=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6564D is #29A9B2. Grayscale: #7B7B7B. Windows color (decimal): -2730419 or 5068502. OLE color: 5068502.

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

Color convert

RGB2148677-
CMYK00.600.640.16
HSL3.94º62.56%57.06%-
HSV(B)3.94º64.02%83.92%-
XYZ32.421.499.46-
YUV123.25101.91192.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=56.76%
G=22.81%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214867700.600.640.163.9462.5657.06
HexD6564D03C401043f39
Octal3261261150741002047771
Binary11010110101011010011010111100100000010000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6564D; }

 p { color: rgb(214,86,77); }

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

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

 a { background-color: rgb(214,86,77); }

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

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

 span { border-color: rgb(214,86,77); }

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