#D15A55

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

Shades of Valencia #D15A55

Tints of Valencia #D15A55

Color information

#D15A55 (or 0xD15A55) is unknown color: approx Valencia. HEX triplet: D1, 5A and 55. RGB value is (209,90,85). Sum of RGB (Red+Green+Blue) = 209+90+85=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A55 is #2EA5AA. Grayscale: #7D7D7D. Windows color (decimal): -3057067 or 5593809. OLE color: 5593809.

HSL color Cylindrical-coordinate representation of color #D15A55: hue angle of 2.42º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15A55 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2099085-
CMYK00.570.590.18
HSL2.42º57.41%57.65%-
HSV(B)2.42º59.33%81.96%-
XYZ31.5921.5211.08-
YUV125.01105.42187.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=54.43%
G=23.44%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209908500.570.590.182.4257.4157.65
HexD15A550393B122393a
Octal321132125071732227172
Binary110100011011010101010101110011110111001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A55; }

 p { color: rgb(209,90,85); }

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

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

 a { background-color: rgb(209,90,85); }

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

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

 span { border-color: rgb(209,90,85); }

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