#D95A50

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

Shades of Valencia #D95A50

Tints of Valencia #D95A50

Color information

#D95A50 (or 0xD95A50) is unknown color: approx Valencia. HEX triplet: D9, 5A and 50. RGB value is (217,90,80). Sum of RGB (Red+Green+Blue) = 217+90+80=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A50 is #26A5AF. Grayscale: #7E7E7E. Windows color (decimal): -2532784 or 5266137. OLE color: 5266137.

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

Color convert

RGB2179080-
CMYK00.590.630.15
HSL4.38º64.32%58.24%-
HSV(B)4.38º63.13%85.1%-
XYZ33.7222.6410.18-
YUV126.83101.58192.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=56.07%
G=23.26%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217908000.590.630.154.3864.3258.24
HexD95A5003B3FF4403a
Octal3311321200737717410072
Binary1101100110110101010000011101111111111111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A50; }

 p { color: rgb(217,90,80); }

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

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

 a { background-color: rgb(217,90,80); }

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

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

 span { border-color: rgb(217,90,80); }

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