Html Css Color HEX #D86250 Flamingo

📋 copy color: '#D86250'

red 216 ◦ green 98 ◦ blue 80

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

Shades of Flamingo #D86250

Tints of Flamingo #D86250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.87%

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

R = 54.82%
G = 24.87%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86250 (or 0xD86250) is known color: Flamingo. HEX triplet: D8, 62 and 50. RGB value is (216,98,80). Sum of RGB (Red+Green+Blue) = 216+98+80=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86250 is #279DAF. Grayscale: #838383. Windows color (decimal): -2596272 or 5268184. OLE color: 5268184.

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

Color convert

RGB 216 98 80 -
CMYK 0 0.55 0.63 0.15
HSL 7.94º 0.64% 0.58% -
HSV(B) 7.94º 0.63% 0.85% -
XYZ 34.13 23.91 10.41 -
YUV 131.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 216 98 80 0 0.55 0.63 0.15 7.94 0.64 0.58
Hex D8 62 50 0 37 3F F 8 40 3A
Octal 330 142 120 0 67 77 17 10 100 72
Binary 11011000 1100010 1010000 0 110111 111111 1111 1000 1000000 111010

Color Harmonies of #D86250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86250

Black with #D86250

Text Example


Text Example

White with #D86250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86250; }

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

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

background-color css

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

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

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

border-color css

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

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

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