#D5564A

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

Shades of Valencia #D5564A

Tints of Valencia #D5564A

Color information

#D5564A (or 0xD5564A) is unknown color: approx Valencia. HEX triplet: D5, 56 and 4A. RGB value is (213,86,74). Sum of RGB (Red+Green+Blue) = 213+86+74=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5564A is #2AA9B5. Grayscale: #7A7A7A. Windows color (decimal): -2795958 or 4871893. OLE color: 4871893.

HSL color Cylindrical-coordinate representation of color #D5564A: hue angle of 5.18º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5564A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2138674-
CMYK00.600.650.16
HSL5.18º62.33%56.27%-
HSV(B)5.18º65.26%83.53%-
XYZ3221.38.9-
YUV122.6100.58192.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.10%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=57.10%
G=23.06%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213867400.600.650.165.1862.3356.27
HexD5564A03C411053e38
Octal3251261120741012057670
Binary11010101101011010010100111100100000110000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5564A; }

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

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

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

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

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

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

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

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