#D95B47

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

Shades of Valencia #D95B47

Tints of Valencia #D95B47

Color information

#D95B47 (or 0xD95B47) is unknown color: approx Valencia. HEX triplet: D9, 5B and 47. RGB value is (217,91,71). Sum of RGB (Red+Green+Blue) = 217+91+71=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95B47 is #26A4B8. Grayscale: #7E7E7E. Windows color (decimal): -2532537 or 4676569. OLE color: 4676569.

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

Color convert

RGB2179171-
CMYK00.580.670.15
HSL8.22º65.77%56.47%-
HSV(B)8.22º67.28%85.1%-
XYZ33.4922.698.58-
YUV126.3996.74192.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=57.26%
G=24.01%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217917100.580.670.158.2265.7756.47
HexD95B4703A43F84238
Octal331133107072103171010270
Binary110110011011011100011101110101000011111110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B47; }

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

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

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

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

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

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

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

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