#D9564B

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

Shades of Valencia #D9564B

Tints of Valencia #D9564B

Color information

#D9564B (or 0xD9564B) is unknown color: approx Valencia. HEX triplet: D9, 56 and 4B. RGB value is (217,86,75). Sum of RGB (Red+Green+Blue) = 217+86+75=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9564B is #26A9B4. Grayscale: #7C7C7C. Windows color (decimal): -2533813 or 4937433. OLE color: 4937433.

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

Color convert

RGB2178675-
CMYK00.600.650.15
HSL4.65º65.14%57.25%-
HSV(B)4.65º65.44%85.1%-
XYZ33.2121.929.14-
YUV123.92100.4194.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=57.41%
G=22.75%
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.15
SystemRedGreenBlueCMYKHSL
Decimal217867500.600.650.154.6565.1457.25
HexD9564B03C41F54139
Octal33112611307410117510171
Binary11011001101011010010110111100100000111111011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9564B; }

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

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

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

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

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

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

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

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