Html Css Color HEX #D86147 Flamingo

📋 copy color: '#D86147'

red 216 ◦ green 97 ◦ blue 71

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

Shades of Flamingo #D86147

Tints of Flamingo #D86147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 56.25%
G = 25.26%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86147 (or 0xD86147) is known color: Flamingo. HEX triplet: D8, 61 and 47. RGB value is (216,97,71). Sum of RGB (Red+Green+Blue) = 216+97+71=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D86147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86147 is #279EB8. Grayscale: #818181. Windows color (decimal): -2596537 or 4678104. OLE color: 4678104.

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

Color convert

RGB 216 97 71 -
CMYK 0 0.55 0.67 0.15
HSL 10.76º 0.65% 0.56% -
HSV(B) 10.76º 0.67% 0.85% -
XYZ 33.73 23.6 8.74 -
YUV 129.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 216 97 71 0 0.55 0.67 0.15 10.76 0.65 0.56
Hex D8 61 47 0 37 43 F B 41 38
Octal 330 141 107 0 67 103 17 13 101 70
Binary 11011000 1100001 1000111 0 110111 1000011 1111 1011 1000001 111000

Color Harmonies of #D86147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86147

Black with #D86147

Text Example


Text Example

White with #D86147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86147; }

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

 H1.HeaderClassName
 {
   color: #D86147;
 }
 .AnyTagClassName
 {
   color: #D86147;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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