#D8564D

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

Shades of Valencia #D8564D

Tints of Valencia #D8564D

Color information

#D8564D (or 0xD8564D) is unknown color: approx Valencia. HEX triplet: D8, 56 and 4D. RGB value is (216,86,77). Sum of RGB (Red+Green+Blue) = 216+86+77=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8564D is #27A9B2. Grayscale: #7C7C7C. Windows color (decimal): -2599347 or 5068504. OLE color: 5068504.

HSL color Cylindrical-coordinate representation of color #D8564D: hue angle of 3.88º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8564D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2168677-
CMYK00.600.640.15
HSL3.88º64.06%57.45%-
HSV(B)3.88º64.35%84.71%-
XYZ32.9921.799.49-
YUV123.84101.57193.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=56.99%
G=22.69%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216867700.600.640.153.8864.0657.45
HexD8564D03C40F44039
Octal33012611507410017410071
Binary11011000101011010011010111100100000011111001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8564D; }

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

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

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

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

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

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

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

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