Html Css Color HEX #D76F0B Mango Tango

📋 copy color: '#D76F0B'

red 215 ◦ green 111 ◦ blue 11

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

Shades of Mango Tango #D76F0B

Tints of Mango Tango #D76F0B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 63.8%
G = 32.94%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D76F0B (or 0xD76F0B) is known color: Mango Tango. HEX triplet: D7, 6F and 0B. RGB value is (215,111,11). Sum of RGB (Red+Green+Blue) = 215+111+11=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F0B is #2890F4. Grayscale: #838383. Windows color (decimal): -2658549 or 749527. OLE color: 749527.

HSL color Cylindrical-coordinate representation of color #D76F0B: hue angle of 29.41º 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 #D76F0B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 11 -
CMYK 0 0.48 0.95 0.16
HSL 29.41º 0.9% 0.44% -
HSV(B) 29.41º 0.95% 0.84% -
XYZ 33.77 25.84 3.52 -
YUV 130.7 60.46 188.13 -
System Red Green Blue C M Y K H S L
Decimal 215 111 11 0 0.48 0.95 0.16 29.41 0.9 0.44
Hex D7 6F B 0 30 5F 10 1D 5A 2C
Octal 327 157 13 0 60 137 20 35 132 54
Binary 11010111 1101111 1011 0 110000 1011111 10000 11101 1011010 101100

Color Harmonies of #D76F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F0B

Black with #D76F0B

Text Example


Text Example

White with #D76F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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