Html Css Color HEX #D77B0C Mango Tango

📋 copy color: '#D77B0C'

red 215 ◦ green 123 ◦ blue 12

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

Shades of Mango Tango #D77B0C

Tints of Mango Tango #D77B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 61.43%
G = 35.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D77B0C (or 0xD77B0C) is known color: Mango Tango. HEX triplet: D7, 7B and 0C. RGB value is (215,123,12). Sum of RGB (Red+Green+Blue) = 215+123+12=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B0C is #2884F3. Grayscale: #8A8A8A. Windows color (decimal): -2655476 or 818135. OLE color: 818135.

HSL color Cylindrical-coordinate representation of color #D77B0C: hue angle of 32.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D77B0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 123 12 -
CMYK 0 0.43 0.94 0.16
HSL 32.81º 0.89% 0.45% -
HSV(B) 32.81º 0.94% 0.84% -
XYZ 35.17 28.64 4.02 -
YUV 137.85 56.98 183.03 -
System Red Green Blue C M Y K H S L
Decimal 215 123 12 0 0.43 0.94 0.16 32.81 0.89 0.45
Hex D7 7B C 0 2B 5E 10 21 59 2D
Octal 327 173 14 0 53 136 20 41 131 55
Binary 11010111 1111011 1100 0 101011 1011110 10000 100001 1011001 101101

Color Harmonies of #D77B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B0C

Black with #D77B0C

Text Example


Text Example

White with #D77B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B0C; }

 p { color: rgb(215,123,12); }

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

background-color css

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

 a { background-color: rgb(215,123,12); }

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

border-color css

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

 span { border-color: rgb(215,123,12); }

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