Html Css Color HEX #D86747 Flamingo

📋 copy color: '#D86747'

red 216 ◦ green 103 ◦ blue 71

#D86747
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #D86747

Tints of Flamingo #D86747

RGB

 RED value IS 216 (84.77% from 255) = 55.38%

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 55.38%
G = 26.41%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86747 (or 0xD86747) is known color: 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

RGB 216 103 71 -
CMYK 0 0.52 0.67 0.15
HSL 13.24º 0.65% 0.56% -
HSV(B) 13.24º 0.67% 0.85% -
XYZ 34.31 24.75 8.93 -
YUV 133.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 216 103 71 0 0.52 0.67 0.15 13.24 0.65 0.56
Hex D8 67 47 0 34 43 F D 41 38
Octal 330 147 107 0 64 103 17 15 101 70
Binary 11011000 1100111 1000111 0 110100 1000011 1111 1101 1000001 111000

Color Harmonies of #D86747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86747

Black with #D86747

Text Example


Text Example

White with #D86747

Text Example


Text Example

HTML Codes & Css Web 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>