Html Css Color HEX #D86A54 Flamingo

📋 copy color: '#D86A54'

red 216 ◦ green 106 ◦ blue 84

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

Shades of Flamingo #D86A54

Tints of Flamingo #D86A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 53.2%
G = 26.11%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86A54 (or 0xD86A54) is known color: Flamingo. HEX triplet: D8, 6A and 54. RGB value is (216,106,84). Sum of RGB (Red+Green+Blue) = 216+106+84=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A54 is #2795AB. Grayscale: #888888. Windows color (decimal): -2594220 or 5532376. OLE color: 5532376.

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

Color convert

RGB 216 106 84 -
CMYK 0 0.51 0.61 0.15
HSL 10º 0.63% 0.59% -
HSV(B) 10º 0.61% 0.85% -
XYZ 35.07 25.55 11.47 -
YUV 136.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 216 106 84 0 0.51 0.61 0.15 10 0.63 0.59
Hex D8 6A 54 0 33 3D F A 3F 3B
Octal 330 152 124 0 63 75 17 12 77 73
Binary 11011000 1101010 1010100 0 110011 111101 1111 1010 111111 111011

Color Harmonies of #D86A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A54

Black with #D86A54

Text Example


Text Example

White with #D86A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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