#D95D4A

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

Shades of Valencia #D95D4A

Tints of Valencia #D95D4A

Color information

#D95D4A (or 0xD95D4A) is unknown color: approx Valencia. HEX triplet: D9, 5D and 4A. RGB value is (217,93,74). Sum of RGB (Red+Green+Blue) = 217+93+74=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D4A is #26A2B5. Grayscale: #808080. Windows color (decimal): -2532022 or 4873689. OLE color: 4873689.

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

Color convert

RGB2179374-
CMYK00.570.660.15
HSL7.97º65.3%57.06%-
HSV(B)7.97º65.9%85.1%-
XYZ33.7723.079.15-
YUV127.9197.58191.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=56.51%
G=24.22%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217937400.570.660.157.9765.357.06
HexD95D4A03942F84139
Octal331135112071102171010171
Binary110110011011101100101001110011000010111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D4A; }

 p { color: rgb(217,93,74); }

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

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

 a { background-color: rgb(217,93,74); }

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

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

 span { border-color: rgb(217,93,74); }

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