Html Css Color HEX #D76C0B Mango Tango

📋 copy color: '#D76C0B'

red 215 ◦ green 108 ◦ blue 11

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

Shades of Mango Tango #D76C0B

Tints of Mango Tango #D76C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 64.37%
G = 32.34%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D76C0B (or 0xD76C0B) is known color: Mango Tango. HEX triplet: D7, 6C and 0B. RGB value is (215,108,11). Sum of RGB (Red+Green+Blue) = 215+108+11=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C0B is #2893F4. Grayscale: #818181. Windows color (decimal): -2659317 or 748759. OLE color: 748759.

HSL color Cylindrical-coordinate representation of color #D76C0B: hue angle of 28.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D76C0B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 11 -
CMYK 0 0.50 0.95 0.16
HSL 28.53º 0.9% 0.44% -
HSV(B) 28.53º 0.95% 0.84% -
XYZ 33.45 25.2 3.42 -
YUV 128.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 215 108 11 0 0.50 0.95 0.16 28.53 0.9 0.44
Hex D7 6C B 0 32 5F 10 1D 5A 2C
Octal 327 154 13 0 62 137 20 35 132 54
Binary 11010111 1101100 1011 0 110010 1011111 10000 11101 1011010 101100

Color Harmonies of #D76C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C0B

Black with #D76C0B

Text Example


Text Example

White with #D76C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C0B; }

 p { color: rgb(215,108,11); }

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

background-color css

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

 a { background-color: rgb(215,108,11); }

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

border-color css

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

 span { border-color: rgb(215,108,11); }

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