Html Css Color HEX #D86B50 Flamingo

📋 copy color: '#D86B50'

red 216 ◦ green 107 ◦ blue 80

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

Shades of Flamingo #D86B50

Tints of Flamingo #D86B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 53.6%
G = 26.55%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86B50 (or 0xD86B50) is known color: Flamingo. HEX triplet: D8, 6B and 50. RGB value is (216,107,80). Sum of RGB (Red+Green+Blue) = 216+107+80=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B50 is #2794AF. Grayscale: #888888. Windows color (decimal): -2593968 or 5270488. OLE color: 5270488.

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

Color convert

RGB 216 107 80 -
CMYK 0 0.50 0.63 0.15
HSL 11.91º 0.64% 0.58% -
HSV(B) 11.91º 0.63% 0.85% -
XYZ 35.02 25.69 10.7 -
YUV 136.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 216 107 80 0 0.50 0.63 0.15 11.91 0.64 0.58
Hex D8 6B 50 0 32 3F F C 40 3A
Octal 330 153 120 0 62 77 17 14 100 72
Binary 11011000 1101011 1010000 0 110010 111111 1111 1100 1000000 111010

Color Harmonies of #D86B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B50

Black with #D86B50

Text Example


Text Example

White with #D86B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B50; }

 p { color: rgb(216,107,80); }

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

background-color css

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

 a { background-color: rgb(216,107,80); }

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

border-color css

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

 span { border-color: rgb(216,107,80); }

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