Html Css Color HEX #D97132 Tango

📋 copy color: '#D97132'

red 217 ◦ green 113 ◦ blue 50

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

Shades of Tango #D97132

Tints of Tango #D97132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 57.11%
G = 29.74%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D97132 (or 0xD97132) is known color: Tango. HEX triplet: D9, 71 and 32. RGB value is (217,113,50). Sum of RGB (Red+Green+Blue) = 217+113+50=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D97132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97132 is #268ECD. Grayscale: #898989. Windows color (decimal): -2526926 or 3305945. OLE color: 3305945.

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

Color convert

RGB 217 113 50 -
CMYK 0 0.48 0.77 0.15
HSL 22.63º 0.69% 0.52% -
HSV(B) 22.63º 0.77% 0.85% -
XYZ 35.1 26.79 6.34 -
YUV 136.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 217 113 50 0 0.48 0.77 0.15 22.63 0.69 0.52
Hex D9 71 32 0 30 4D F 17 45 34
Octal 331 161 62 0 60 115 17 27 105 64
Binary 11011001 1110001 110010 0 110000 1001101 1111 10111 1000101 110100

Color Harmonies of #D97132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97132

Black with #D97132

Text Example


Text Example

White with #D97132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97132; }

 p { color: rgb(217,113,50); }

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

background-color css

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

 a { background-color: rgb(217,113,50); }

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

border-color css

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

 span { border-color: rgb(217,113,50); }

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