Html Css Color HEX #D86748 Flamingo

📋 copy color: '#D86748'

red 216 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #D86748

Tints of Flamingo #D86748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 55.24%
G = 26.34%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D86748 (or 0xD86748) is known color: Flamingo. HEX triplet: D8, 67 and 48. RGB value is (216,103,72). Sum of RGB (Red+Green+Blue) = 216+103+72=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D86748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86748 is #2798B7. Grayscale: #858585. Windows color (decimal): -2595000 or 4745176. OLE color: 4745176.

HSL color Cylindrical-coordinate representation of color #D86748: hue angle of 12.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D86748 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 72 -
CMYK 0 0.52 0.67 0.15
HSL 12.92º 0.65% 0.56% -
HSV(B) 12.92º 0.67% 0.85% -
XYZ 34.34 24.77 9.1 -
YUV 133.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 216 103 72 0 0.52 0.67 0.15 12.92 0.65 0.56
Hex D8 67 48 0 34 43 F D 41 38
Octal 330 147 110 0 64 103 17 15 101 70
Binary 11011000 1100111 1001000 0 110100 1000011 1111 1101 1000001 111000

Color Harmonies of #D86748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86748

Black with #D86748

Text Example


Text Example

White with #D86748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86748; }

 p { color: rgb(216,103,72); }

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

background-color css

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

 a { background-color: rgb(216,103,72); }

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

border-color css

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

 span { border-color: rgb(216,103,72); }

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