#D84C47

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

Shades of Valencia #D84C47

Tints of Valencia #D84C47

Color information

#D84C47 (or 0xD84C47) is unknown color: approx Valencia. HEX triplet: D8, 4C and 47. RGB value is (216,76,71). Sum of RGB (Red+Green+Blue) = 216+76+71=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C47 is #27B3B8. Grayscale: #757575. Windows color (decimal): -2601913 or 4672728. OLE color: 4672728.

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

Color convert

RGB2167671-
CMYK00.650.670.15
HSL2.07º65.02%56.27%-
HSV(B)2.07º67.13%84.71%-
XYZ32.0420.228.18-
YUV117.29101.88198.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.50%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=59.50%
G=20.94%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216767100.650.670.152.0765.0256.27
HexD84C4704143F24138
Octal330114107010110317210170
Binary11011000100110010001110100000110000111111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C47; }

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

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

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

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

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

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

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

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