Html Css Color HEX #D86650 Flamingo

📋 copy color: '#D86650'

red 216 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #D86650

Tints of Flamingo #D86650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 54.27%
G = 25.63%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86650 (or 0xD86650) is known color: Flamingo. HEX triplet: D8, 66 and 50. RGB value is (216,102,80). Sum of RGB (Red+Green+Blue) = 216+102+80=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86650 is #2799AF. Grayscale: #858585. Windows color (decimal): -2595248 or 5269208. OLE color: 5269208.

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

Color convert

RGB 216 102 80 -
CMYK 0 0.53 0.63 0.15
HSL 9.71º 0.64% 0.58% -
HSV(B) 9.71º 0.63% 0.85% -
XYZ 34.52 24.68 10.53 -
YUV 133.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 216 102 80 0 0.53 0.63 0.15 9.71 0.64 0.58
Hex D8 66 50 0 35 3F F A 40 3A
Octal 330 146 120 0 65 77 17 12 100 72
Binary 11011000 1100110 1010000 0 110101 111111 1111 1010 1000000 111010

Color Harmonies of #D86650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86650

Black with #D86650

Text Example


Text Example

White with #D86650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86650; }

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

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

background-color css

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

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

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

border-color css

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

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

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