Html Css Color HEX #D86349 Flamingo

📋 copy color: '#D86349'

red 216 ◦ green 99 ◦ blue 73

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

Shades of Flamingo #D86349

Tints of Flamingo #D86349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 55.67%
G = 25.52%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D86349 (or 0xD86349) is known color: Flamingo. HEX triplet: D8, 63 and 49. RGB value is (216,99,73). Sum of RGB (Red+Green+Blue) = 216+99+73=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86349 is #279CB6. Grayscale: #838383. Windows color (decimal): -2596023 or 4809688. OLE color: 4809688.

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

Color convert

RGB 216 99 73 -
CMYK 0 0.54 0.66 0.15
HSL 10.91º 0.65% 0.57% -
HSV(B) 10.91º 0.66% 0.85% -
XYZ 33.98 24 9.15 -
YUV 131.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 216 99 73 0 0.54 0.66 0.15 10.91 0.65 0.57
Hex D8 63 49 0 36 42 F B 41 39
Octal 330 143 111 0 66 102 17 13 101 71
Binary 11011000 1100011 1001001 0 110110 1000010 1111 1011 1000001 111001

Color Harmonies of #D86349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86349

Black with #D86349

Text Example


Text Example

White with #D86349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86349; }

 p { color: rgb(216,99,73); }

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

background-color css

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

 a { background-color: rgb(216,99,73); }

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

border-color css

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

 span { border-color: rgb(216,99,73); }

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