#D86747

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

Shades of Flamingo #D86747

Tints of Flamingo #D86747

Color information

#D86747 (or 0xD86747) is unknown color: approx Flamingo. HEX triplet: D8, 67 and 47. RGB value is (216,103,71). Sum of RGB (Red+Green+Blue) = 216+103+71=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86747 is #2798B8. Grayscale: #858585. Windows color (decimal): -2595001 or 4679640. OLE color: 4679640.

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

Color convert

RGB21610371-
CMYK00.520.670.15
HSL13.24º65.02%56.27%-
HSV(B)13.24º67.13%84.71%-
XYZ34.3124.758.93-
YUV133.1492.94187.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.38%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=55.38%
G=26.41%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161037100.520.670.1513.2465.0256.27
HexD8674703443Fd4138
Octal330147107064103171510170
Binary110110001100111100011101101001000011111111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86747; }

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

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

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

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

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

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

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

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