#D2564B

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

Shades of Valencia #D2564B

Tints of Valencia #D2564B

Color information

#D2564B (or 0xD2564B) is unknown color: approx Valencia. HEX triplet: D2, 56 and 4B. RGB value is (210,86,75). Sum of RGB (Red+Green+Blue) = 210+86+75=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2564B is #2DA9B4. Grayscale: #797979. Windows color (decimal): -2992565 or 4937426. OLE color: 4937426.

HSL color Cylindrical-coordinate representation of color #D2564B: hue angle of 4.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2564B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2108675-
CMYK00.590.640.18
HSL4.89º60%55.88%-
HSV(B)4.89º64.29%82.35%-
XYZ31.1820.879.04-
YUV121.82101.58190.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=56.60%
G=23.18%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210867500.590.640.184.896055.88
HexD2564B03B401253c38
Octal3221261130731002257470
Binary11010010101011010010110111011100000010010101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2564B; }

 p { color: rgb(210,86,75); }

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

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

 a { background-color: rgb(210,86,75); }

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

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

 span { border-color: rgb(210,86,75); }

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