Html Css Color HEX #D77F0C Mango Tango

📋 copy color: '#D77F0C'

red 215 ◦ green 127 ◦ blue 12

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

Shades of Mango Tango #D77F0C

Tints of Mango Tango #D77F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 60.73%
G = 35.88%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D77F0C (or 0xD77F0C) is known color: Mango Tango. HEX triplet: D7, 7F and 0C. RGB value is (215,127,12). Sum of RGB (Red+Green+Blue) = 215+127+12=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F0C is #2880F3. Grayscale: #8C8C8C. Windows color (decimal): -2654452 or 819159. OLE color: 819159.

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

Color convert

RGB 215 127 12 -
CMYK 0 0.41 0.94 0.16
HSL 33.99º 0.89% 0.45% -
HSV(B) 33.99º 0.94% 0.84% -
XYZ 35.68 29.65 4.19 -
YUV 140.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 215 127 12 0 0.41 0.94 0.16 33.99 0.89 0.45
Hex D7 7F C 0 29 5E 10 22 59 2D
Octal 327 177 14 0 51 136 20 42 131 55
Binary 11010111 1111111 1100 0 101001 1011110 10000 100010 1011001 101101

Color Harmonies of #D77F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F0C

Black with #D77F0C

Text Example


Text Example

White with #D77F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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