Html Css Color HEX #D86651 Flamingo

📋 copy color: '#D86651'

red 216 ◦ green 102 ◦ blue 81

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

Shades of Flamingo #D86651

Tints of Flamingo #D86651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 54.14%
G = 25.56%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86651 (or 0xD86651) is known color: Flamingo. HEX triplet: D8, 66 and 51. RGB value is (216,102,81). Sum of RGB (Red+Green+Blue) = 216+102+81=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86651 is #2799AE. Grayscale: #858585. Windows color (decimal): -2595247 or 5334744. OLE color: 5334744.

HSL color Cylindrical-coordinate representation of color #D86651: hue angle of 9.33º 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 #D86651 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 81 -
CMYK 0 0.53 0.62 0.15
HSL 9.33º 0.63% 0.58% -
HSV(B) 9.33º 0.63% 0.85% -
XYZ 34.56 24.7 10.73 -
YUV 133.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 216 102 81 0 0.53 0.62 0.15 9.33 0.63 0.58
Hex D8 66 51 0 35 3E F 9 3F 3A
Octal 330 146 121 0 65 76 17 11 77 72
Binary 11011000 1100110 1010001 0 110101 111110 1111 1001 111111 111010

Color Harmonies of #D86651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86651

Black with #D86651

Text Example


Text Example

White with #D86651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86651; }

 p { color: rgb(216,102,81); }

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

background-color css

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

 a { background-color: rgb(216,102,81); }

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

border-color css

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

 span { border-color: rgb(216,102,81); }

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