Html Css Color HEX #D86949 Flamingo

📋 copy color: '#D86949'

red 216 ◦ green 105 ◦ blue 73

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

Shades of Flamingo #D86949

Tints of Flamingo #D86949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 54.82%
G = 26.65%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86949 (or 0xD86949) is known color: Flamingo. HEX triplet: D8, 69 and 49. RGB value is (216,105,73). Sum of RGB (Red+Green+Blue) = 216+105+73=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86949 is #2796B6. Grayscale: #868686. Windows color (decimal): -2594487 or 4811224. OLE color: 4811224.

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

Color convert

RGB 216 105 73 -
CMYK 0 0.51 0.66 0.15
HSL 13.43º 0.65% 0.57% -
HSV(B) 13.43º 0.66% 0.85% -
XYZ 34.57 25.18 9.34 -
YUV 134.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 216 105 73 0 0.51 0.66 0.15 13.43 0.65 0.57
Hex D8 69 49 0 33 42 F D 41 39
Octal 330 151 111 0 63 102 17 15 101 71
Binary 11011000 1101001 1001001 0 110011 1000010 1111 1101 1000001 111001

Color Harmonies of #D86949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86949

Black with #D86949

Text Example


Text Example

White with #D86949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86949; }

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

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

background-color css

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

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

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

border-color css

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

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

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