Html Css Color HEX #D86249 Flamingo

📋 copy color: '#D86249'

red 216 ◦ green 98 ◦ blue 73

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

Shades of Flamingo #D86249

Tints of Flamingo #D86249

RGB

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

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

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

R = 55.81%
G = 25.32%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86249 (or 0xD86249) is known color: Flamingo. HEX triplet: D8, 62 and 49. RGB value is (216,98,73). Sum of RGB (Red+Green+Blue) = 216+98+73=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D86249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86249 is #279DB6. Grayscale: #828282. Windows color (decimal): -2596279 or 4809432. OLE color: 4809432.

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

Color convert

RGB 216 98 73 -
CMYK 0 0.55 0.66 0.15
HSL 10.49º 0.65% 0.57% -
HSV(B) 10.49º 0.66% 0.85% -
XYZ 33.89 23.82 9.11 -
YUV 130.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 216 98 73 0 0.55 0.66 0.15 10.49 0.65 0.57
Hex D8 62 49 0 37 42 F A 41 39
Octal 330 142 111 0 67 102 17 12 101 71
Binary 11011000 1100010 1001001 0 110111 1000010 1111 1010 1000001 111001

Color Harmonies of #D86249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86249

Black with #D86249

Text Example


Text Example

White with #D86249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86249; }

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

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

background-color css

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

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

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

border-color css

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

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

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