Html Css Color HEX #D07002 Mango Tango

📋 copy color: '#D07002'

red 208 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #D07002

Tints of Mango Tango #D07002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 64.6%
G = 34.78%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D07002 (or 0xD07002) is known color: Mango Tango. HEX triplet: D0, 70 and 02. RGB value is (208,112,2). Sum of RGB (Red+Green+Blue) = 208+112+2=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D07002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07002 is #2F8FFD. Grayscale: #808080. Windows color (decimal): -3117054 or 159952. OLE color: 159952.

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

Color convert

RGB 208 112 2 -
CMYK 0 0.46 0.99 0.18
HSL 32.04º 0.98% 0.41% -
HSV(B) 32.04º 0.99% 0.82% -
XYZ 31.82 25 3.21 -
YUV 128.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 208 112 2 0 0.46 0.99 0.18 32.04 0.98 0.41
Hex D0 70 2 0 2E 63 12 20 62 29
Octal 320 160 2 0 56 143 22 40 142 51
Binary 11010000 1110000 10 0 101110 1100011 10010 100000 1100010 101001

Color Harmonies of #D07002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07002

Black with #D07002

Text Example


Text Example

White with #D07002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07002; }

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

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

background-color css

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

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

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

border-color css

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

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

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