Html Css Color HEX #D96F31 Tango

📋 copy color: '#D96F31'

red 217 ◦ green 111 ◦ blue 49

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

Shades of Tango #D96F31

Tints of Tango #D96F31

RGB

 RED value IS 217 (85.16% from 255) = 57.56%

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

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

R = 57.56%
G = 29.44%
B = 13%

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

#D96F31 (or 0xD96F31) is known color: Tango. HEX triplet: D9, 6F and 31. RGB value is (217,111,49). Sum of RGB (Red+Green+Blue) = 217+111+49=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F31 is #2690CE. Grayscale: #878787. Windows color (decimal): -2527439 or 3239897. OLE color: 3239897.

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

Color convert

RGB 217 111 49 -
CMYK 0 0.49 0.77 0.15
HSL 22.14º 0.69% 0.52% -
HSV(B) 22.14º 0.77% 0.85% -
XYZ 34.85 26.34 6.15 -
YUV 135.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 217 111 49 0 0.49 0.77 0.15 22.14 0.69 0.52
Hex D9 6F 31 0 31 4D F 16 45 34
Octal 331 157 61 0 61 115 17 26 105 64
Binary 11011001 1101111 110001 0 110001 1001101 1111 10110 1000101 110100

Color Harmonies of #D96F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F31

Black with #D96F31

Text Example


Text Example

White with #D96F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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