Html Css Color HEX #D07502 Mango Tango

📋 copy color: '#D07502'

red 208 ◦ green 117 ◦ blue 2

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

Shades of Mango Tango #D07502

Tints of Mango Tango #D07502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 63.61%
G = 35.78%
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

#D07502 (or 0xD07502) is known color: Mango Tango. HEX triplet: D0, 75 and 02. RGB value is (208,117,2). Sum of RGB (Red+Green+Blue) = 208+117+2=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D07502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07502 is #2F8AFD. Grayscale: #838383. Windows color (decimal): -3115774 or 161232. OLE color: 161232.

HSL color Cylindrical-coordinate representation of color #D07502: hue angle of 33.5º 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 #D07502 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 2 -
CMYK 0 0.44 0.99 0.18
HSL 33.5º 0.98% 0.41% -
HSV(B) 33.5º 0.99% 0.82% -
XYZ 32.38 26.14 3.4 -
YUV 131.1 55.15 182.85 -
System Red Green Blue C M Y K H S L
Decimal 208 117 2 0 0.44 0.99 0.18 33.5 0.98 0.41
Hex D0 75 2 0 2C 63 12 21 62 29
Octal 320 165 2 0 54 143 22 41 142 51
Binary 11010000 1110101 10 0 101100 1100011 10010 100001 1100010 101001

Color Harmonies of #D07502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07502

Black with #D07502

Text Example


Text Example

White with #D07502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07502; }

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

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

background-color css

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

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

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

border-color css

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

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

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