Html Css Color HEX #D77130 Tango

📋 copy color: '#D77130'

red 215 ◦ green 113 ◦ blue 48

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

Shades of Tango #D77130

Tints of Tango #D77130

RGB

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

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

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

R = 57.18%
G = 30.05%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77130 (or 0xD77130) is known color: Tango. HEX triplet: D7, 71 and 30. RGB value is (215,113,48). Sum of RGB (Red+Green+Blue) = 215+113+48=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D77130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77130 is #288ECF. Grayscale: #888888. Windows color (decimal): -2658000 or 3174871. OLE color: 3174871.

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

Color convert

RGB 215 113 48 -
CMYK 0 0.47 0.78 0.16
HSL 23.35º 0.68% 0.52% -
HSV(B) 23.35º 0.78% 0.84% -
XYZ 34.46 26.47 6.09 -
YUV 136.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 215 113 48 0 0.47 0.78 0.16 23.35 0.68 0.52
Hex D7 71 30 0 2F 4E 10 17 44 34
Octal 327 161 60 0 57 116 20 27 104 64
Binary 11010111 1110001 110000 0 101111 1001110 10000 10111 1000100 110100

Color Harmonies of #D77130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77130

Black with #D77130

Text Example


Text Example

White with #D77130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77130; }

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

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

background-color css

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

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

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

border-color css

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

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

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