Html Css Color HEX #D07102 Mango Tango

📋 copy color: '#D07102'

red 208 ◦ green 113 ◦ blue 2

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

Shades of Mango Tango #D07102

Tints of Mango Tango #D07102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 64.4%
G = 34.98%
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

#D07102 (or 0xD07102) is known color: Mango Tango. HEX triplet: D0, 71 and 02. RGB value is (208,113,2). Sum of RGB (Red+Green+Blue) = 208+113+2=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D07102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07102 is #2F8EFD. Grayscale: #818181. Windows color (decimal): -3116798 or 160208. OLE color: 160208.

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

Color convert

RGB 208 113 2 -
CMYK 0 0.46 0.99 0.18
HSL 32.33º 0.98% 0.41% -
HSV(B) 32.33º 0.99% 0.82% -
XYZ 31.93 25.22 3.24 -
YUV 128.75 56.47 184.53 -
System Red Green Blue C M Y K H S L
Decimal 208 113 2 0 0.46 0.99 0.18 32.33 0.98 0.41
Hex D0 71 2 0 2E 63 12 20 62 29
Octal 320 161 2 0 56 143 22 40 142 51
Binary 11010000 1110001 10 0 101110 1100011 10010 100000 1100010 101001

Color Harmonies of #D07102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07102

Black with #D07102

Text Example


Text Example

White with #D07102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07102; }

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

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

background-color css

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

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

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

border-color css

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

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

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