#D86334

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

Shades of Chilean Fire #D86334

Tints of Chilean Fire #D86334

Color information

#D86334 (or 0xD86334) is unknown color: approx Chilean Fire. HEX triplet: D8, 63 and 34. RGB value is (216,99,52). Sum of RGB (Red+Green+Blue) = 216+99+52=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D86334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86334 is #279CCB. Grayscale: #808080. Windows color (decimal): -2596044 or 3433432. OLE color: 3433432.

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

Color convert

RGB2169952-
CMYK00.540.760.15
HSL17.2º67.77%52.55%-
HSV(B)17.2º75.93%84.71%-
XYZ33.423.776.08-
YUV128.6284.76190.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.86%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=58.86%
G=26.98%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216995200.540.760.1517.267.7752.55
HexD863340364CF114435
Octal33014364066114172110465
Binary110110001100011110100011011010011001111100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86334; }

 p { color: rgb(216,99,52); }

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

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

 a { background-color: rgb(216,99,52); }

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

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

 span { border-color: rgb(216,99,52); }

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