Html Css Color HEX #D86F31 Tango

📋 copy color: '#D86F31'

red 216 ◦ green 111 ◦ blue 49

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

Shades of Tango #D86F31

Tints of Tango #D86F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 57.45%
G = 29.52%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86F31 (or 0xD86F31) is known color: Tango. HEX triplet: D8, 6F and 31. RGB value is (216,111,49). Sum of RGB (Red+Green+Blue) = 216+111+49=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F31 is #2790CE. Grayscale: #878787. Windows color (decimal): -2592975 or 3239896. OLE color: 3239896.

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

Color convert

RGB 216 111 49 -
CMYK 0 0.49 0.77 0.15
HSL 22.28º 0.68% 0.52% -
HSV(B) 22.28º 0.77% 0.85% -
XYZ 34.56 26.19 6.14 -
YUV 135.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 216 111 49 0 0.49 0.77 0.15 22.28 0.68 0.52
Hex D8 6F 31 0 31 4D F 16 44 34
Octal 330 157 61 0 61 115 17 26 104 64
Binary 11011000 1101111 110001 0 110001 1001101 1111 10110 1000100 110100

Color Harmonies of #D86F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F31

Black with #D86F31

Text Example


Text Example

White with #D86F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F31; }

 p { color: rgb(216,111,49); }

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

background-color css

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

 a { background-color: rgb(216,111,49); }

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

border-color css

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

 span { border-color: rgb(216,111,49); }

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