Html Css Color HEX #D87138 Tango

📋 copy color: '#D87138'

red 216 ◦ green 113 ◦ blue 56

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

Shades of Tango #D87138

Tints of Tango #D87138

RGB

 RED value IS 216 (84.77% from 255) = 56.1%

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

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 56.1%
G = 29.35%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D87138 (or 0xD87138) is known color: Tango. HEX triplet: D8, 71 and 38. RGB value is (216,113,56). Sum of RGB (Red+Green+Blue) = 216+113+56=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D87138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87138 is #278EC7. Grayscale: #898989. Windows color (decimal): -2592456 or 3699160. OLE color: 3699160.

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

Color convert

RGB 216 113 56 -
CMYK 0 0.48 0.74 0.15
HSL 21.38º 0.67% 0.53% -
HSV(B) 21.38º 0.74% 0.85% -
XYZ 34.94 26.69 7.05 -
YUV 137.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 216 113 56 0 0.48 0.74 0.15 21.38 0.67 0.53
Hex D8 71 38 0 30 4A F 15 43 35
Octal 330 161 70 0 60 112 17 25 103 65
Binary 11011000 1110001 111000 0 110000 1001010 1111 10101 1000011 110101

Color Harmonies of #D87138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87138

Black with #D87138

Text Example


Text Example

White with #D87138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87138; }

 p { color: rgb(216,113,56); }

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

background-color css

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

 a { background-color: rgb(216,113,56); }

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

border-color css

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

 span { border-color: rgb(216,113,56); }

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