Html Css Color HEX #D86450 Flamingo

📋 copy color: '#D86450'

red 216 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #D86450

Tints of Flamingo #D86450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

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

R = 54.55%
G = 25.25%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86450 (or 0xD86450) is known color: Flamingo. HEX triplet: D8, 64 and 50. RGB value is (216,100,80). Sum of RGB (Red+Green+Blue) = 216+100+80=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D86450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86450 is #279BAF. Grayscale: #848484. Windows color (decimal): -2595760 or 5268696. OLE color: 5268696.

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

Color convert

RGB 216 100 80 -
CMYK 0 0.54 0.63 0.15
HSL 8.82º 0.64% 0.58% -
HSV(B) 8.82º 0.63% 0.85% -
XYZ 34.32 24.29 10.47 -
YUV 132.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 216 100 80 0 0.54 0.63 0.15 8.82 0.64 0.58
Hex D8 64 50 0 36 3F F 9 40 3A
Octal 330 144 120 0 66 77 17 11 100 72
Binary 11011000 1100100 1010000 0 110110 111111 1111 1001 1000000 111010

Color Harmonies of #D86450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86450

Black with #D86450

Text Example


Text Example

White with #D86450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86450; }

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

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

background-color css

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

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

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

border-color css

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

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

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