#D4564D

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

Shades of Valencia #D4564D

Tints of Valencia #D4564D

Color information

#D4564D (or 0xD4564D) is unknown color: approx Valencia. HEX triplet: D4, 56 and 4D. RGB value is (212,86,77). Sum of RGB (Red+Green+Blue) = 212+86+77=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4564D is #2BA9B2. Grayscale: #7A7A7A. Windows color (decimal): -2861491 or 5068500. OLE color: 5068500.

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

Color convert

RGB2128677-
CMYK00.590.640.17
HSL61.09%56.67%-
HSV(B)63.68%83.14%-
XYZ31.8221.199.43-
YUV122.65102.24191.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.53%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=56.53%
G=22.93%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212867700.590.640.17461.0956.67
HexD4564D03B401143d39
Octal3241261150731002147571
Binary11010100101011010011010111011100000010001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4564D; }

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

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

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

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

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

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

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

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