#D9554E

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

Shades of Valencia #D9554E

Tints of Valencia #D9554E

Color information

#D9554E (or 0xD9554E) is unknown color: approx Valencia. HEX triplet: D9, 55 and 4E. RGB value is (217,85,78). Sum of RGB (Red+Green+Blue) = 217+85+78=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9554E is #26AAB1. Grayscale: #7B7B7B. Windows color (decimal): -2534066 or 5133785. OLE color: 5133785.

HSL color Cylindrical-coordinate representation of color #D9554E: hue angle of 3.02º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9554E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2178578-
CMYK00.610.640.15
HSL3.02º64.65%57.84%-
HSV(B)3.02º64.06%85.1%-
XYZ33.2421.89.66-
YUV123.67102.23194.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=57.11%
G=22.37%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217857800.610.640.153.0264.6557.84
HexD9554E03D40F3413a
Octal33112511607510017310172
Binary1101100110101011001110011110110000001111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9554E; }

 p { color: rgb(217,85,78); }

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

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

 a { background-color: rgb(217,85,78); }

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

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

 span { border-color: rgb(217,85,78); }

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