#D15D53

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

Shades of Valencia #D15D53

Tints of Valencia #D15D53

Color information

#D15D53 (or 0xD15D53) is unknown color: approx Valencia. HEX triplet: D1, 5D and 53. RGB value is (209,93,83). Sum of RGB (Red+Green+Blue) = 209+93+83=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D53 is #2EA2AC. Grayscale: #7E7E7E. Windows color (decimal): -3056301 or 5463505. OLE color: 5463505.

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

Color convert

RGB2099383-
CMYK00.560.600.18
HSL4.76º57.8%57.25%-
HSV(B)4.76º60.29%81.96%-
XYZ31.7722.0110.76-
YUV126.54103.43186.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=54.29%
G=24.16%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209938300.560.600.184.7657.857.25
HexD15D530383C1253a39
Octal321135123070742257271
Binary1101000110111011010011011100011110010010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D53; }

 p { color: rgb(209,93,83); }

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

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

 a { background-color: rgb(209,93,83); }

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

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

 span { border-color: rgb(209,93,83); }

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