Html Css Color HEX #D86646 Flamingo

📋 copy color: '#D86646'

red 216 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #D86646

Tints of Flamingo #D86646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 55.67%
G = 26.29%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86646 (or 0xD86646) is known color: Flamingo. HEX triplet: D8, 66 and 46. RGB value is (216,102,70). Sum of RGB (Red+Green+Blue) = 216+102+70=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86646 is #2799B9. Grayscale: #848484. Windows color (decimal): -2595258 or 4613848. OLE color: 4613848.

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

Color convert

RGB 216 102 70 -
CMYK 0 0.53 0.68 0.15
HSL 13.15º 0.65% 0.56% -
HSV(B) 13.15º 0.68% 0.85% -
XYZ 34.18 24.54 8.73 -
YUV 132.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 216 102 70 0 0.53 0.68 0.15 13.15 0.65 0.56
Hex D8 66 46 0 35 44 F D 41 38
Octal 330 146 106 0 65 104 17 15 101 70
Binary 11011000 1100110 1000110 0 110101 1000100 1111 1101 1000001 111000

Color Harmonies of #D86646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86646

Black with #D86646

Text Example


Text Example

White with #D86646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86646; }

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

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

background-color css

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

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

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

border-color css

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

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

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