Html Css Color HEX #D86549 Flamingo

📋 copy color: '#D86549'

red 216 ◦ green 101 ◦ blue 73

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

Shades of Flamingo #D86549

Tints of Flamingo #D86549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 55.38%
G = 25.9%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86549 (or 0xD86549) is known color: Flamingo. HEX triplet: D8, 65 and 49. RGB value is (216,101,73). Sum of RGB (Red+Green+Blue) = 216+101+73=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86549 is #279AB6. Grayscale: #848484. Windows color (decimal): -2595511 or 4810200. OLE color: 4810200.

HSL color Cylindrical-coordinate representation of color #D86549: hue angle of 11.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D86549 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 73 -
CMYK 0 0.53 0.66 0.15
HSL 11.75º 0.65% 0.57% -
HSV(B) 11.75º 0.66% 0.85% -
XYZ 34.18 24.39 9.21 -
YUV 132.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 216 101 73 0 0.53 0.66 0.15 11.75 0.65 0.57
Hex D8 65 49 0 35 42 F C 41 39
Octal 330 145 111 0 65 102 17 14 101 71
Binary 11011000 1100101 1001001 0 110101 1000010 1111 1100 1000001 111001

Color Harmonies of #D86549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86549

Black with #D86549

Text Example


Text Example

White with #D86549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86549; }

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

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

background-color css

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

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

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

border-color css

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

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

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