Html Css Color HEX #D86547 Flamingo

📋 copy color: '#D86547'

red 216 ◦ green 101 ◦ blue 71

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

Shades of Flamingo #D86547

Tints of Flamingo #D86547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

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

R = 55.67%
G = 26.03%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86547 (or 0xD86547) is known color: Flamingo. HEX triplet: D8, 65 and 47. RGB value is (216,101,71). Sum of RGB (Red+Green+Blue) = 216+101+71=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86547 is #279AB8. Grayscale: #848484. Windows color (decimal): -2595513 or 4679128. OLE color: 4679128.

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

Color convert

RGB 216 101 71 -
CMYK 0 0.53 0.67 0.15
HSL 12.41º 0.65% 0.56% -
HSV(B) 12.41º 0.67% 0.85% -
XYZ 34.11 24.36 8.87 -
YUV 131.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 216 101 71 0 0.53 0.67 0.15 12.41 0.65 0.56
Hex D8 65 47 0 35 43 F C 41 38
Octal 330 145 107 0 65 103 17 14 101 70
Binary 11011000 1100101 1000111 0 110101 1000011 1111 1100 1000001 111000

Color Harmonies of #D86547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86547

Black with #D86547

Text Example


Text Example

White with #D86547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86547; }

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

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

background-color css

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

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

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

border-color css

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

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

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