Html Css Color HEX #D86150 Flamingo

📋 copy color: '#D86150'

red 216 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #D86150

Tints of Flamingo #D86150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

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

R = 54.96%
G = 24.68%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86150 (or 0xD86150) is known color: Flamingo. HEX triplet: D8, 61 and 50. RGB value is (216,97,80). Sum of RGB (Red+Green+Blue) = 216+97+80=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D86150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86150 is #279EAF. Grayscale: #828282. Windows color (decimal): -2596528 or 5267928. OLE color: 5267928.

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

Color convert

RGB 216 97 80 -
CMYK 0 0.55 0.63 0.15
HSL 7.5º 0.64% 0.58% -
HSV(B) 7.5º 0.63% 0.85% -
XYZ 34.04 23.73 10.38 -
YUV 130.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 216 97 80 0 0.55 0.63 0.15 7.5 0.64 0.58
Hex D8 61 50 0 37 3F F 8 40 3A
Octal 330 141 120 0 67 77 17 10 100 72
Binary 11011000 1100001 1010000 0 110111 111111 1111 1000 1000000 111010

Color Harmonies of #D86150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86150

Black with #D86150

Text Example


Text Example

White with #D86150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86150; }

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

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

background-color css

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

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

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

border-color css

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

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

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