Html Css Color HEX #D97031 Tango

📋 copy color: '#D97031'

red 217 ◦ green 112 ◦ blue 49

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

Shades of Tango #D97031

Tints of Tango #D97031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 57.41%
G = 29.63%
B = 12.96%

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

#D97031 (or 0xD97031) is known color: Tango. HEX triplet: D9, 70 and 31. RGB value is (217,112,49). Sum of RGB (Red+Green+Blue) = 217+112+49=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D97031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97031 is #268FCE. Grayscale: #888888. Windows color (decimal): -2527183 or 3240153. OLE color: 3240153.

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

Color convert

RGB 217 112 49 -
CMYK 0 0.48 0.77 0.15
HSL 22.5º 0.69% 0.52% -
HSV(B) 22.5º 0.77% 0.85% -
XYZ 34.96 26.56 6.19 -
YUV 136.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 217 112 49 0 0.48 0.77 0.15 22.5 0.69 0.52
Hex D9 70 31 0 30 4D F 16 45 34
Octal 331 160 61 0 60 115 17 26 105 64
Binary 11011001 1110000 110001 0 110000 1001101 1111 10110 1000101 110100

Color Harmonies of #D97031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97031

Black with #D97031

Text Example


Text Example

White with #D97031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97031; }

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

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

background-color css

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

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

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

border-color css

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

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

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