Html Css Color HEX #D77031 Tango

📋 copy color: '#D77031'

red 215 ◦ green 112 ◦ blue 49

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

Shades of Tango #D77031

Tints of Tango #D77031

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

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

R = 57.18%
G = 29.79%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D77031 (or 0xD77031) is known color: Tango. HEX triplet: D7, 70 and 31. RGB value is (215,112,49). Sum of RGB (Red+Green+Blue) = 215+112+49=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D77031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77031 is #288FCE. Grayscale: #878787. Windows color (decimal): -2658255 or 3240151. OLE color: 3240151.

HSL color Cylindrical-coordinate representation of color #D77031: hue angle of 22.77º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D77031 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 49 -
CMYK 0 0.48 0.77 0.16
HSL 22.77º 0.67% 0.52% -
HSV(B) 22.77º 0.77% 0.84% -
XYZ 34.37 26.26 6.16 -
YUV 135.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 215 112 49 0 0.48 0.77 0.16 22.77 0.67 0.52
Hex D7 70 31 0 30 4D 10 17 43 34
Octal 327 160 61 0 60 115 20 27 103 64
Binary 11010111 1110000 110001 0 110000 1001101 10000 10111 1000011 110100

Color Harmonies of #D77031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77031

Black with #D77031

Text Example


Text Example

White with #D77031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77031; }

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

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

background-color css

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

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

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

border-color css

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

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

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