Html Css Color HEX #D86148 Flamingo

📋 copy color: '#D86148'

red 216 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #D86148

Tints of Flamingo #D86148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 56.1%
G = 25.19%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86148 (or 0xD86148) is known color: Flamingo. HEX triplet: D8, 61 and 48. RGB value is (216,97,72). Sum of RGB (Red+Green+Blue) = 216+97+72=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86148 is #279EB7. Grayscale: #818181. Windows color (decimal): -2596536 or 4743640. OLE color: 4743640.

HSL color Cylindrical-coordinate representation of color #D86148: hue angle of 10.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D86148 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 72 -
CMYK 0 0.55 0.67 0.15
HSL 10.42º 0.65% 0.56% -
HSV(B) 10.42º 0.67% 0.85% -
XYZ 33.76 23.62 8.91 -
YUV 129.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 216 97 72 0 0.55 0.67 0.15 10.42 0.65 0.56
Hex D8 61 48 0 37 43 F A 41 38
Octal 330 141 110 0 67 103 17 12 101 70
Binary 11011000 1100001 1001000 0 110111 1000011 1111 1010 1000001 111000

Color Harmonies of #D86148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86148

Black with #D86148

Text Example


Text Example

White with #D86148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86148; }

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

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

background-color css

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

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

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

border-color css

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

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

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