Html Css Color HEX #D07402 Mango Tango

📋 copy color: '#D07402'

red 208 ◦ green 116 ◦ blue 2

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

Shades of Mango Tango #D07402

Tints of Mango Tango #D07402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 63.8%
G = 35.58%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D07402 (or 0xD07402) is known color: Mango Tango. HEX triplet: D0, 74 and 02. RGB value is (208,116,2). Sum of RGB (Red+Green+Blue) = 208+116+2=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D07402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07402 is #2F8BFD. Grayscale: #838383. Windows color (decimal): -3116030 or 160976. OLE color: 160976.

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

Color convert

RGB 208 116 2 -
CMYK 0 0.44 0.99 0.18
HSL 33.2º 0.98% 0.41% -
HSV(B) 33.2º 0.99% 0.82% -
XYZ 32.27 25.91 3.36 -
YUV 130.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 208 116 2 0 0.44 0.99 0.18 33.2 0.98 0.41
Hex D0 74 2 0 2C 63 12 21 62 29
Octal 320 164 2 0 54 143 22 41 142 51
Binary 11010000 1110100 10 0 101100 1100011 10010 100001 1100010 101001

Color Harmonies of #D07402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07402

Black with #D07402

Text Example


Text Example

White with #D07402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07402; }

 p { color: rgb(208,116,2); }

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

background-color css

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

 a { background-color: rgb(208,116,2); }

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

border-color css

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

 span { border-color: rgb(208,116,2); }

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