#D15C54

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

Shades of Valencia #D15C54

Tints of Valencia #D15C54

Color information

#D15C54 (or 0xD15C54) is unknown color: approx Valencia. HEX triplet: D1, 5C and 54. RGB value is (209,92,84). Sum of RGB (Red+Green+Blue) = 209+92+84=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C54 is #2EA3AB. Grayscale: #7E7E7E. Windows color (decimal): -3056556 or 5528785. OLE color: 5528785.

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

Color convert

RGB2099284-
CMYK00.560.600.18
HSL3.84º57.6%57.45%-
HSV(B)3.84º59.81%81.96%-
XYZ31.7221.8510.93-
YUV126.07104.26187.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=54.29%
G=23.90%
B=21.82%

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
Decimal209928400.560.600.183.8457.657.45
HexD15C540383C1243a39
Octal321134124070742247271
Binary1101000110111001010100011100011110010010100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15C54; }

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

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

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

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

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

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

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

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