Html Css Color HEX #D86B53 Flamingo

📋 copy color: '#D86B53'

red 216 ◦ green 107 ◦ blue 83

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

Shades of Flamingo #D86B53

Tints of Flamingo #D86B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 53.2%
G = 26.35%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86B53 (or 0xD86B53) is known color: Flamingo. HEX triplet: D8, 6B and 53. RGB value is (216,107,83). Sum of RGB (Red+Green+Blue) = 216+107+83=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B53 is #2794AC. Grayscale: #898989. Windows color (decimal): -2593965 or 5467096. OLE color: 5467096.

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

Color convert

RGB 216 107 83 -
CMYK 0 0.50 0.62 0.15
HSL 10.83º 0.63% 0.59% -
HSV(B) 10.83º 0.62% 0.85% -
XYZ 35.14 25.74 11.3 -
YUV 136.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 216 107 83 0 0.50 0.62 0.15 10.83 0.63 0.59
Hex D8 6B 53 0 32 3E F B 3F 3B
Octal 330 153 123 0 62 76 17 13 77 73
Binary 11011000 1101011 1010011 0 110010 111110 1111 1011 111111 111011

Color Harmonies of #D86B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B53

Black with #D86B53

Text Example


Text Example

White with #D86B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B53; }

 p { color: rgb(216,107,83); }

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

background-color css

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

 a { background-color: rgb(216,107,83); }

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

border-color css

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

 span { border-color: rgb(216,107,83); }

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