Html Css Color HEX #D07A08 Mango Tango

📋 copy color: '#D07A08'

red 208 ◦ green 122 ◦ blue 8

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

Shades of Mango Tango #D07A08

Tints of Mango Tango #D07A08

RGB

 RED value IS 208 (81.64% from 255) = 61.54%

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 61.54%
G = 36.09%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07A08 (or 0xD07A08) is known color: Mango Tango. HEX triplet: D0, 7A and 08. RGB value is (208,122,8). Sum of RGB (Red+Green+Blue) = 208+122+8=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A08 is #2F85F7. Grayscale: #878787. Windows color (decimal): -3114488 or 555728. OLE color: 555728.

HSL color Cylindrical-coordinate representation of color #D07A08: hue angle of 34.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07A08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 8 -
CMYK 0 0.41 0.96 0.18
HSL 34.2º 0.93% 0.42% -
HSV(B) 34.2º 0.96% 0.82% -
XYZ 33.02 27.35 3.77 -
YUV 134.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 208 122 8 0 0.41 0.96 0.18 34.2 0.93 0.42
Hex D0 7A 8 0 29 60 12 22 5D 2A
Octal 320 172 10 0 51 140 22 42 135 52
Binary 11010000 1111010 1000 0 101001 1100000 10010 100010 1011101 101010

Color Harmonies of #D07A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A08

Black with #D07A08

Text Example


Text Example

White with #D07A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A08; }

 p { color: rgb(208,122,8); }

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

background-color css

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

 a { background-color: rgb(208,122,8); }

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

border-color css

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

 span { border-color: rgb(208,122,8); }

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