#D15E4D

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

Shades of Valencia #D15E4D

Tints of Valencia #D15E4D

Color information

#D15E4D (or 0xD15E4D) is unknown color: approx Valencia. HEX triplet: D1, 5E and 4D. RGB value is (209,94,77). Sum of RGB (Red+Green+Blue) = 209+94+77=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E4D is #2EA1B2. Grayscale: #7E7E7E. Windows color (decimal): -3056051 or 5070545. OLE color: 5070545.

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

Color convert

RGB2099477-
CMYK00.550.630.18
HSL7.73º58.93%56.08%-
HSV(B)7.73º63.16%81.96%-
XYZ31.6422.19.62-
YUV126.45100.1186.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=55%
G=24.74%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209947700.550.630.187.7358.9356.08
HexD15E4D0373F1283b38
Octal3211361150677722107370
Binary11010001101111010011010110111111111100101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E4D; }

 p { color: rgb(209,94,77); }

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

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

 a { background-color: rgb(209,94,77); }

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

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

 span { border-color: rgb(209,94,77); }

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