#D95445

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

Shades of Valencia #D95445

Tints of Valencia #D95445

Color information

#D95445 (or 0xD95445) is unknown color: approx Valencia. HEX triplet: D9, 54 and 45. RGB value is (217,84,69). Sum of RGB (Red+Green+Blue) = 217+84+69=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95445 is #26ABBA. Grayscale: #7A7A7A. Windows color (decimal): -2534331 or 4543705. OLE color: 4543705.

HSL color Cylindrical-coordinate representation of color #D95445: hue angle of 6.08º 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 #D95445 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2178469-
CMYK00.610.680.15
HSL6.08º66.07%56.08%-
HSV(B)6.08º68.2%85.1%-
XYZ32.8621.528.05-
YUV122.0698.06195.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.65%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=58.65%
G=22.70%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217846900.610.680.156.0866.0756.08
HexD9544503D44F64238
Octal33112410507510417610270
Binary11011001101010010001010111101100010011111101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95445; }

 p { color: rgb(217,84,69); }

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

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

 a { background-color: rgb(217,84,69); }

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

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

 span { border-color: rgb(217,84,69); }

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