#D5564D

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

Shades of Valencia #D5564D

Tints of Valencia #D5564D

Color information

#D5564D (or 0xD5564D) is unknown color: approx Valencia. HEX triplet: D5, 56 and 4D. RGB value is (213,86,77). Sum of RGB (Red+Green+Blue) = 213+86+77=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5564D is #2AA9B2. Grayscale: #7B7B7B. Windows color (decimal): -2795955 or 5068501. OLE color: 5068501.

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

Color convert

RGB2138677-
CMYK00.600.640.16
HSL3.97º61.82%56.86%-
HSV(B)3.97º63.85%83.53%-
XYZ32.1121.349.45-
YUV122.95102.08192.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.65%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=56.65%
G=22.87%
B=20.48%

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
Decimal213867700.600.640.163.9761.8256.86
HexD5564D03C401043e39
Octal3251261150741002047671
Binary11010101101011010011010111100100000010000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5564D; }

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

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

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

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

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

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

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

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