Html Css Color HEX #D97130 Tango

📋 copy color: '#D97130'

red 217 ◦ green 113 ◦ blue 48

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

Shades of Tango #D97130

Tints of Tango #D97130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 57.41%
G = 29.89%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D97130 (or 0xD97130) is known color: Tango. HEX triplet: D9, 71 and 30. RGB value is (217,113,48). Sum of RGB (Red+Green+Blue) = 217+113+48=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D97130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97130 is #268ECF. Grayscale: #898989. Windows color (decimal): -2526928 or 3174873. OLE color: 3174873.

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

Color convert

RGB 217 113 48 -
CMYK 0 0.48 0.78 0.15
HSL 23.08º 0.69% 0.52% -
HSV(B) 23.08º 0.78% 0.85% -
XYZ 35.05 26.78 6.12 -
YUV 136.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 217 113 48 0 0.48 0.78 0.15 23.08 0.69 0.52
Hex D9 71 30 0 30 4E F 17 45 34
Octal 331 161 60 0 60 116 17 27 105 64
Binary 11011001 1110001 110000 0 110000 1001110 1111 10111 1000101 110100

Color Harmonies of #D97130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97130

Black with #D97130

Text Example


Text Example

White with #D97130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97130; }

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

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

background-color css

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

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

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

border-color css

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

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

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