#D84D47

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

Shades of Valencia #D84D47

Tints of Valencia #D84D47

Color information

#D84D47 (or 0xD84D47) is unknown color: approx Valencia. HEX triplet: D8, 4D and 47. RGB value is (216,77,71). Sum of RGB (Red+Green+Blue) = 216+77+71=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D47 is #27B2B8. Grayscale: #767676. Windows color (decimal): -2601657 or 4672984. OLE color: 4672984.

HSL color Cylindrical-coordinate representation of color #D84D47: hue angle of 2.48º 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 #D84D47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2167771-
CMYK00.640.670.15
HSL2.48º65.02%56.27%-
HSV(B)2.48º67.13%84.71%-
XYZ32.1120.368.2-
YUV117.88101.55197.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.34%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=59.34%
G=21.15%
B=19.51%

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
Decimal216777100.640.670.152.4865.0256.27
HexD84D4704043F24138
Octal330115107010010317210170
Binary11011000100110110001110100000010000111111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D47; }

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

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

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

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

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

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

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

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