Html Css Color HEX #D77136 Tango

📋 copy color: '#D77136'

red 215 ◦ green 113 ◦ blue 54

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

Shades of Tango #D77136

Tints of Tango #D77136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 56.28%
G = 29.58%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D77136 (or 0xD77136) is known color: Tango. HEX triplet: D7, 71 and 36. RGB value is (215,113,54). Sum of RGB (Red+Green+Blue) = 215+113+54=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D77136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77136 is #288EC9. Grayscale: #898989. Windows color (decimal): -2657994 or 3568087. OLE color: 3568087.

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

Color convert

RGB 215 113 54 -
CMYK 0 0.47 0.75 0.16
HSL 21.99º 0.67% 0.53% -
HSV(B) 21.99º 0.75% 0.84% -
XYZ 34.6 26.52 6.79 -
YUV 136.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 215 113 54 0 0.47 0.75 0.16 21.99 0.67 0.53
Hex D7 71 36 0 2F 4B 10 16 43 35
Octal 327 161 66 0 57 113 20 26 103 65
Binary 11010111 1110001 110110 0 101111 1001011 10000 10110 1000011 110101

Color Harmonies of #D77136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77136

Black with #D77136

Text Example


Text Example

White with #D77136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77136; }

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

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

background-color css

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

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

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

border-color css

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

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

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