Html Css Color HEX #D86247 Flamingo

📋 copy color: '#D86247'

red 216 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #D86247

Tints of Flamingo #D86247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

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

R = 56.1%
G = 25.45%
B = 18.44%

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

#D86247 (or 0xD86247) is known color: Flamingo. HEX triplet: D8, 62 and 47. RGB value is (216,98,71). Sum of RGB (Red+Green+Blue) = 216+98+71=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86247 is #279DB8. Grayscale: #828282. Windows color (decimal): -2596281 or 4678360. OLE color: 4678360.

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

Color convert

RGB 216 98 71 -
CMYK 0 0.55 0.67 0.15
HSL 11.17º 0.65% 0.56% -
HSV(B) 11.17º 0.67% 0.85% -
XYZ 33.82 23.79 8.77 -
YUV 130.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 216 98 71 0 0.55 0.67 0.15 11.17 0.65 0.56
Hex D8 62 47 0 37 43 F B 41 38
Octal 330 142 107 0 67 103 17 13 101 70
Binary 11011000 1100010 1000111 0 110111 1000011 1111 1011 1000001 111000

Color Harmonies of #D86247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86247

Black with #D86247

Text Example


Text Example

White with #D86247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86247; }

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

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

background-color css

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

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

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

border-color css

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

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

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