Html Css Color HEX #D86B52 Flamingo

📋 copy color: '#D86B52'

red 216 ◦ green 107 ◦ blue 82

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

Shades of Flamingo #D86B52

Tints of Flamingo #D86B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 53.33%
G = 26.42%
B = 20.25%

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

#D86B52 (or 0xD86B52) is known color: Flamingo. HEX triplet: D8, 6B and 52. RGB value is (216,107,82). Sum of RGB (Red+Green+Blue) = 216+107+82=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B52 is #2794AD. Grayscale: #888888. Windows color (decimal): -2593966 or 5401560. OLE color: 5401560.

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

Color convert

RGB 216 107 82 -
CMYK 0 0.50 0.62 0.15
HSL 11.19º 0.63% 0.58% -
HSV(B) 11.19º 0.62% 0.85% -
XYZ 35.1 25.72 11.1 -
YUV 136.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 216 107 82 0 0.50 0.62 0.15 11.19 0.63 0.58
Hex D8 6B 52 0 32 3E F B 3F 3A
Octal 330 153 122 0 62 76 17 13 77 72
Binary 11011000 1101011 1010010 0 110010 111110 1111 1011 111111 111010

Color Harmonies of #D86B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B52

Black with #D86B52

Text Example


Text Example

White with #D86B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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