Html Css Color HEX #D07D05 Mango Tango

📋 copy color: '#D07D05'

red 208 ◦ green 125 ◦ blue 5

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

Shades of Mango Tango #D07D05

Tints of Mango Tango #D07D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 61.54%
G = 36.98%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07D05 (or 0xD07D05) is known color: Mango Tango. HEX triplet: D0, 7D and 05. RGB value is (208,125,5). Sum of RGB (Red+Green+Blue) = 208+125+5=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D05 is #2F82FA. Grayscale: #888888. Windows color (decimal): -3113723 or 359888. OLE color: 359888.

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

Color convert

RGB 208 125 5 -
CMYK 0 0.40 0.98 0.18
HSL 35.47º 0.95% 0.42% -
HSV(B) 35.47º 0.98% 0.82% -
XYZ 33.37 28.09 3.81 -
YUV 136.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 208 125 5 0 0.40 0.98 0.18 35.47 0.95 0.42
Hex D0 7D 5 0 28 62 12 23 5F 2A
Octal 320 175 5 0 50 142 22 43 137 52
Binary 11010000 1111101 101 0 101000 1100010 10010 100011 1011111 101010

Color Harmonies of #D07D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D05

Black with #D07D05

Text Example


Text Example

White with #D07D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D05; }

 p { color: rgb(208,125,5); }

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

background-color css

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

 a { background-color: rgb(208,125,5); }

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

border-color css

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

 span { border-color: rgb(208,125,5); }

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