Html Css Color HEX #D86251 Flamingo

📋 copy color: '#D86251'

red 216 ◦ green 98 ◦ blue 81

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

Shades of Flamingo #D86251

Tints of Flamingo #D86251

RGB

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

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

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

R = 54.68%
G = 24.81%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86251 (or 0xD86251) is known color: Flamingo. HEX triplet: D8, 62 and 51. RGB value is (216,98,81). Sum of RGB (Red+Green+Blue) = 216+98+81=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86251 is #279DAE. Grayscale: #838383. Windows color (decimal): -2596271 or 5333720. OLE color: 5333720.

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

Color convert

RGB 216 98 81 -
CMYK 0 0.55 0.62 0.15
HSL 7.56º 0.63% 0.58% -
HSV(B) 7.56º 0.63% 0.85% -
XYZ 34.17 23.93 10.6 -
YUV 131.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 216 98 81 0 0.55 0.62 0.15 7.56 0.63 0.58
Hex D8 62 51 0 37 3E F 8 3F 3A
Octal 330 142 121 0 67 76 17 10 77 72
Binary 11011000 1100010 1010001 0 110111 111110 1111 1000 111111 111010

Color Harmonies of #D86251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86251

Black with #D86251

Text Example


Text Example

White with #D86251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86251; }

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

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

background-color css

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

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

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

border-color css

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

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

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