Html Css Color HEX #D86550 Flamingo

📋 copy color: '#D86550'

red 216 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #D86550

Tints of Flamingo #D86550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 54.41%
G = 25.44%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86550 (or 0xD86550) is known color: Flamingo. HEX triplet: D8, 65 and 50. RGB value is (216,101,80). Sum of RGB (Red+Green+Blue) = 216+101+80=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86550 is #279AAF. Grayscale: #858585. Windows color (decimal): -2595504 or 5268952. OLE color: 5268952.

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

Color convert

RGB 216 101 80 -
CMYK 0 0.53 0.63 0.15
HSL 9.26º 0.64% 0.58% -
HSV(B) 9.26º 0.63% 0.85% -
XYZ 34.42 24.49 10.5 -
YUV 132.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 216 101 80 0 0.53 0.63 0.15 9.26 0.64 0.58
Hex D8 65 50 0 35 3F F 9 40 3A
Octal 330 145 120 0 65 77 17 11 100 72
Binary 11011000 1100101 1010000 0 110101 111111 1111 1001 1000000 111010

Color Harmonies of #D86550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86550

Black with #D86550

Text Example


Text Example

White with #D86550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86550; }

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

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

background-color css

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

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

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

border-color css

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

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

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