Html Css Color HEX #D86346 Flamingo

📋 copy color: '#D86346'

red 216 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #D86346

Tints of Flamingo #D86346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 56.1%
G = 25.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86346 (or 0xD86346) is known color: Flamingo. HEX triplet: D8, 63 and 46. RGB value is (216,99,70). Sum of RGB (Red+Green+Blue) = 216+99+70=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86346 is #279CB9. Grayscale: #828282. Windows color (decimal): -2596026 or 4613080. OLE color: 4613080.

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

Color convert

RGB 216 99 70 -
CMYK 0 0.54 0.68 0.15
HSL 11.92º 0.65% 0.56% -
HSV(B) 11.92º 0.68% 0.85% -
XYZ 33.89 23.96 8.63 -
YUV 130.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 216 99 70 0 0.54 0.68 0.15 11.92 0.65 0.56
Hex D8 63 46 0 36 44 F C 41 38
Octal 330 143 106 0 66 104 17 14 101 70
Binary 11011000 1100011 1000110 0 110110 1000100 1111 1100 1000001 111000

Color Harmonies of #D86346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86346

Black with #D86346

Text Example


Text Example

White with #D86346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86346; }

 p { color: rgb(216,99,70); }

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

background-color css

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

 a { background-color: rgb(216,99,70); }

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

border-color css

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

 span { border-color: rgb(216,99,70); }

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