#D95947

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

Shades of Valencia #D95947

Tints of Valencia #D95947

Color information

#D95947 (or 0xD95947) is unknown color: approx Valencia. HEX triplet: D9, 59 and 47. RGB value is (217,89,71). Sum of RGB (Red+Green+Blue) = 217+89+71=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D95947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95947 is #26A6B8. Grayscale: #7D7D7D. Windows color (decimal): -2533049 or 4676057. OLE color: 4676057.

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

Color convert

RGB2178971-
CMYK00.590.670.15
HSL7.4º65.77%56.47%-
HSV(B)7.4º67.28%85.1%-
XYZ33.3222.358.52-
YUV125.2297.41193.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 71 (28.12% from 255) = 18.83%
R=57.56%
G=23.61%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217897100.590.670.157.465.7756.47
HexD9594703B43F74238
Octal33113110707310317710270
Binary11011001101100110001110111011100001111111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95947; }

 p { color: rgb(217,89,71); }

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

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

 a { background-color: rgb(217,89,71); }

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

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

 span { border-color: rgb(217,89,71); }

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