Html Css Color HEX #D87130 Tango

📋 copy color: '#D87130'

red 216 ◦ green 113 ◦ blue 48

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

Shades of Tango #D87130

Tints of Tango #D87130

RGB

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

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

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

R = 57.29%
G = 29.97%
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

#D87130 (or 0xD87130) is known color: Tango. HEX triplet: D8, 71 and 30. RGB value is (216,113,48). Sum of RGB (Red+Green+Blue) = 216+113+48=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D87130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87130 is #278ECF. Grayscale: #888888. Windows color (decimal): -2592464 or 3174872. OLE color: 3174872.

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

Color convert

RGB 216 113 48 -
CMYK 0 0.48 0.78 0.15
HSL 23.21º 0.68% 0.52% -
HSV(B) 23.21º 0.78% 0.85% -
XYZ 34.76 26.62 6.1 -
YUV 136.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 216 113 48 0 0.48 0.78 0.15 23.21 0.68 0.52
Hex D8 71 30 0 30 4E F 17 44 34
Octal 330 161 60 0 60 116 17 27 104 64
Binary 11011000 1110001 110000 0 110000 1001110 1111 10111 1000100 110100

Color Harmonies of #D87130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87130

Black with #D87130

Text Example


Text Example

White with #D87130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87130; }

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

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

background-color css

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

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

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

border-color css

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

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

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