#D84D43

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

Shades of Valencia #D84D43

Tints of Valencia #D84D43

Color information

#D84D43 (or 0xD84D43) is unknown color: approx Valencia. HEX triplet: D8, 4D and 43. RGB value is (216,77,67). Sum of RGB (Red+Green+Blue) = 216+77+67=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D43 is #27B2BC. Grayscale: #757575. Windows color (decimal): -2601661 or 4410840. OLE color: 4410840.

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

Color convert

RGB2167767-
CMYK00.640.690.15
HSL4.03º65.64%55.49%-
HSV(B)4.03º68.98%84.71%-
XYZ31.9920.317.54-
YUV117.4299.55198.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 67 (26.56% from 255) = 18.61%
R=60%
G=21.39%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216776700.640.690.154.0365.6455.49
HexD84D4304045F44237
Octal330115103010010517410267
Binary110110001001101100001101000000100010111111001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D43; }

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

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

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

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

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

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

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

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