Html Css Color HEX #D77A0B Mango Tango

📋 copy color: '#D77A0B'

red 215 ◦ green 122 ◦ blue 11

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

Shades of Mango Tango #D77A0B

Tints of Mango Tango #D77A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 61.78%
G = 35.06%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D77A0B (or 0xD77A0B) is known color: Mango Tango. HEX triplet: D7, 7A and 0B. RGB value is (215,122,11). Sum of RGB (Red+Green+Blue) = 215+122+11=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A0B is #2885F4. Grayscale: #898989. Windows color (decimal): -2655733 or 752343. OLE color: 752343.

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

Color convert

RGB 215 122 11 -
CMYK 0 0.43 0.95 0.16
HSL 32.65º 0.9% 0.44% -
HSV(B) 32.65º 0.95% 0.84% -
XYZ 35.04 28.39 3.95 -
YUV 137.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 215 122 11 0 0.43 0.95 0.16 32.65 0.9 0.44
Hex D7 7A B 0 2B 5F 10 21 5A 2C
Octal 327 172 13 0 53 137 20 41 132 54
Binary 11010111 1111010 1011 0 101011 1011111 10000 100001 1011010 101100

Color Harmonies of #D77A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A0B

Black with #D77A0B

Text Example


Text Example

White with #D77A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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