Html Css Color HEX #D86A4C Flamingo

📋 copy color: '#D86A4C'

red 216 ◦ green 106 ◦ blue 76

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

Shades of Flamingo #D86A4C

Tints of Flamingo #D86A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 54.27%
G = 26.63%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D86A4C (or 0xD86A4C) is known color: Flamingo. HEX triplet: D8, 6A and 4C. RGB value is (216,106,76). Sum of RGB (Red+Green+Blue) = 216+106+76=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A4C is #2795B3. Grayscale: #878787. Windows color (decimal): -2594228 or 5008088. OLE color: 5008088.

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

Color convert

RGB 216 106 76 -
CMYK 0 0.51 0.65 0.15
HSL 12.86º 0.64% 0.57% -
HSV(B) 12.86º 0.65% 0.85% -
XYZ 34.78 25.43 9.91 -
YUV 135.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 216 106 76 0 0.51 0.65 0.15 12.86 0.64 0.57
Hex D8 6A 4C 0 33 41 F D 40 39
Octal 330 152 114 0 63 101 17 15 100 71
Binary 11011000 1101010 1001100 0 110011 1000001 1111 1101 1000000 111001

Color Harmonies of #D86A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A4C

Black with #D86A4C

Text Example


Text Example

White with #D86A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A4C; }

 p { color: rgb(216,106,76); }

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

background-color css

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

 a { background-color: rgb(216,106,76); }

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

border-color css

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

 span { border-color: rgb(216,106,76); }

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