#D95646

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

Shades of Valencia #D95646

Tints of Valencia #D95646

Color information

#D95646 (or 0xD95646) is unknown color: approx Valencia. HEX triplet: D9, 56 and 46. RGB value is (217,86,70). Sum of RGB (Red+Green+Blue) = 217+86+70=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D95646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95646 is #26A9B9. Grayscale: #7B7B7B. Windows color (decimal): -2533818 or 4609753. OLE color: 4609753.

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

Color convert

RGB2178670-
CMYK00.600.680.15
HSL6.53º65.92%56.27%-
HSV(B)6.53º67.74%85.1%-
XYZ33.0521.858.27-
YUV123.3497.9194.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=58.18%
G=23.06%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217867000.600.680.156.5365.9256.27
HexD9564603C44F74238
Octal33112610607410417710270
Binary11011001101011010001100111100100010011111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95646; }

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

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

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

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

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

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

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

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