#D9544D

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

Shades of Valencia #D9544D

Tints of Valencia #D9544D

Color information

#D9544D (or 0xD9544D) is unknown color: approx Valencia. HEX triplet: D9, 54 and 4D. RGB value is (217,84,77). Sum of RGB (Red+Green+Blue) = 217+84+77=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9544D is #26ABB2. Grayscale: #7B7B7B. Windows color (decimal): -2534323 or 5067993. OLE color: 5067993.

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

Color convert

RGB2178477-
CMYK00.610.650.15
HSL64.81%57.65%-
HSV(B)64.52%85.1%-
XYZ33.1321.639.45-
YUV122.97102.06195.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=57.41%
G=22.22%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217847700.610.650.15364.8157.65
HexD9544D03D41F3413a
Octal33112411507510117310172
Binary1101100110101001001101011110110000011111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9544D; }

 p { color: rgb(217,84,77); }

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

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

 a { background-color: rgb(217,84,77); }

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

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

 span { border-color: rgb(217,84,77); }

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