Html Css Color HEX #D97030 Tango

📋 copy color: '#D97030'

red 217 ◦ green 112 ◦ blue 48

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

Shades of Tango #D97030

Tints of Tango #D97030

RGB

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

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

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

R = 57.56%
G = 29.71%
B = 12.73%

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

#D97030 (or 0xD97030) is known color: Tango. HEX triplet: D9, 70 and 30. RGB value is (217,112,48). Sum of RGB (Red+Green+Blue) = 217+112+48=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D97030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97030 is #268FCF. Grayscale: #888888. Windows color (decimal): -2527184 or 3174617. OLE color: 3174617.

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

Color convert

RGB 217 112 48 -
CMYK 0 0.48 0.78 0.15
HSL 22.72º 0.69% 0.52% -
HSV(B) 22.72º 0.78% 0.85% -
XYZ 34.94 26.55 6.08 -
YUV 136.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 217 112 48 0 0.48 0.78 0.15 22.72 0.69 0.52
Hex D9 70 30 0 30 4E F 17 45 34
Octal 331 160 60 0 60 116 17 27 105 64
Binary 11011001 1110000 110000 0 110000 1001110 1111 10111 1000101 110100

Color Harmonies of #D97030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97030

Black with #D97030

Text Example


Text Example

White with #D97030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97030; }

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

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

background-color css

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

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

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

border-color css

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

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

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