#D84E47

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

Shades of Valencia #D84E47

Tints of Valencia #D84E47

Color information

#D84E47 (or 0xD84E47) is unknown color: approx Valencia. HEX triplet: D8, 4E and 47. RGB value is (216,78,71). Sum of RGB (Red+Green+Blue) = 216+78+71=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E47 is #27B1B8. Grayscale: #767676. Windows color (decimal): -2601401 or 4673240. OLE color: 4673240.

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

Color convert

RGB2167871-
CMYK00.640.670.15
HSL2.9º65.02%56.27%-
HSV(B)2.9º67.13%84.71%-
XYZ32.1820.58.22-
YUV118.46101.22197.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.18%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=59.18%
G=21.37%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216787100.640.670.152.965.0256.27
HexD84E4704043F34138
Octal330116107010010317310170
Binary11011000100111010001110100000010000111111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84E47; }

 p { color: rgb(216,78,71); }

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

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

 a { background-color: rgb(216,78,71); }

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

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

 span { border-color: rgb(216,78,71); }

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