Html Css Color HEX #D86F32 Tango

📋 copy color: '#D86F32'

red 216 ◦ green 111 ◦ blue 50

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

Shades of Tango #D86F32

Tints of Tango #D86F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 57.29%
G = 29.44%
B = 13.26%

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

#D86F32 (or 0xD86F32) is known color: Tango. HEX triplet: D8, 6F and 32. RGB value is (216,111,50). Sum of RGB (Red+Green+Blue) = 216+111+50=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F32 is #2790CD. Grayscale: #878787. Windows color (decimal): -2592974 or 3305432. OLE color: 3305432.

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

Color convert

RGB 216 111 50 -
CMYK 0 0.49 0.77 0.15
HSL 22.05º 0.68% 0.52% -
HSV(B) 22.05º 0.77% 0.85% -
XYZ 34.58 26.2 6.25 -
YUV 135.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 216 111 50 0 0.49 0.77 0.15 22.05 0.68 0.52
Hex D8 6F 32 0 31 4D F 16 44 34
Octal 330 157 62 0 61 115 17 26 104 64
Binary 11011000 1101111 110010 0 110001 1001101 1111 10110 1000100 110100

Color Harmonies of #D86F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F32

Black with #D86F32

Text Example


Text Example

White with #D86F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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