Html Css Color HEX #D77D0B Mango Tango

📋 copy color: '#D77D0B'

red 215 ◦ green 125 ◦ blue 11

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

Shades of Mango Tango #D77D0B

Tints of Mango Tango #D77D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 61.25%
G = 35.61%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D77D0B (or 0xD77D0B) is known color: Mango Tango. HEX triplet: D7, 7D and 0B. RGB value is (215,125,11). Sum of RGB (Red+Green+Blue) = 215+125+11=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D0B is #2882F4. Grayscale: #8B8B8B. Windows color (decimal): -2654965 or 753111. OLE color: 753111.

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

Color convert

RGB 215 125 11 -
CMYK 0 0.42 0.95 0.16
HSL 33.53º 0.9% 0.44% -
HSV(B) 33.53º 0.95% 0.84% -
XYZ 35.42 29.14 4.07 -
YUV 138.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 215 125 11 0 0.42 0.95 0.16 33.53 0.9 0.44
Hex D7 7D B 0 2A 5F 10 22 5A 2C
Octal 327 175 13 0 52 137 20 42 132 54
Binary 11010111 1111101 1011 0 101010 1011111 10000 100010 1011010 101100

Color Harmonies of #D77D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D0B

Black with #D77D0B

Text Example


Text Example

White with #D77D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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