Html Css Color HEX #D86C4E Flamingo

📋 copy color: '#D86C4E'

red 216 ◦ green 108 ◦ blue 78

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

Shades of Flamingo #D86C4E

Tints of Flamingo #D86C4E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 53.73%
G = 26.87%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D86C4E (or 0xD86C4E) is known color: Flamingo. HEX triplet: D8, 6C and 4E. RGB value is (216,108,78). Sum of RGB (Red+Green+Blue) = 216+108+78=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C4E is #2793B1. Grayscale: #898989. Windows color (decimal): -2593714 or 5139672. OLE color: 5139672.

HSL color Cylindrical-coordinate representation of color #D86C4E: hue angle of 13.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D86C4E is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 78 -
CMYK 0 0.50 0.64 0.15
HSL 13.04º 0.64% 0.58% -
HSV(B) 13.04º 0.64% 0.85% -
XYZ 35.06 25.87 10.35 -
YUV 136.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 216 108 78 0 0.50 0.64 0.15 13.04 0.64 0.58
Hex D8 6C 4E 0 32 40 F D 40 3A
Octal 330 154 116 0 62 100 17 15 100 72
Binary 11011000 1101100 1001110 0 110010 1000000 1111 1101 1000000 111010

Color Harmonies of #D86C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C4E

Black with #D86C4E

Text Example


Text Example

White with #D86C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C4E; }

 p { color: rgb(216,108,78); }

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

background-color css

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

 a { background-color: rgb(216,108,78); }

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

border-color css

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

 span { border-color: rgb(216,108,78); }

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