#D15C4E

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

Shades of Valencia #D15C4E

Tints of Valencia #D15C4E

Color information

#D15C4E (or 0xD15C4E) is unknown color: approx Valencia. HEX triplet: D1, 5C and 4E. RGB value is (209,92,78). Sum of RGB (Red+Green+Blue) = 209+92+78=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C4E is #2EA3B1. Grayscale: #7D7D7D. Windows color (decimal): -3056562 or 5135569. OLE color: 5135569.

HSL color Cylindrical-coordinate representation of color #D15C4E: hue angle of 6.41º 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 #D15C4E is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2099278-
CMYK00.560.630.18
HSL6.41º58.74%56.27%-
HSV(B)6.41º62.68%81.96%-
XYZ31.521.769.75-
YUV125.39101.26187.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=55.15%
G=24.27%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209927800.560.630.186.4158.7456.27
HexD15C4E0383F1263b38
Octal321134116070772267370
Binary1101000110111001001110011100011111110010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15C4E; }

 p { color: rgb(209,92,78); }

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

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

 a { background-color: rgb(209,92,78); }

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

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

 span { border-color: rgb(209,92,78); }

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