#D9564A

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

Shades of Valencia #D9564A

Tints of Valencia #D9564A

Color information

#D9564A (or 0xD9564A) is unknown color: approx Valencia. HEX triplet: D9, 56 and 4A. RGB value is (217,86,74). Sum of RGB (Red+Green+Blue) = 217+86+74=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9564A is #26A9B5. Grayscale: #7B7B7B. Windows color (decimal): -2533814 or 4871897. OLE color: 4871897.

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

Color convert

RGB2178674-
CMYK00.600.660.15
HSL5.03º65.3%57.06%-
HSV(B)5.03º65.9%85.1%-
XYZ33.1821.98.96-
YUV123.899.9194.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=57.56%
G=22.81%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217867400.600.660.155.0365.357.06
HexD9564A03C42F54139
Octal33112611207410217510171
Binary11011001101011010010100111100100001011111011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9564A; }

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

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

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

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

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

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

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

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