#D84D45

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

Shades of Valencia #D84D45

Tints of Valencia #D84D45

Color information

#D84D45 (or 0xD84D45) is unknown color: approx Valencia. HEX triplet: D8, 4D and 45. RGB value is (216,77,69). Sum of RGB (Red+Green+Blue) = 216+77+69=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D45 is #27B2BA. Grayscale: #757575. Windows color (decimal): -2601659 or 4541912. OLE color: 4541912.

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

Color convert

RGB2167769-
CMYK00.640.680.15
HSL3.27º65.33%55.88%-
HSV(B)3.27º68.06%84.71%-
XYZ32.0520.347.87-
YUV117.65100.55198.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.67%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=59.67%
G=21.27%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216776900.640.680.153.2765.3355.88
HexD84D4504044F34138
Octal330115105010010417310170
Binary11011000100110110001010100000010001001111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D45; }

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

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

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

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

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

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

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

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