Html Css Color HEX #D07601 Mango Tango

📋 copy color: '#D07601'

red 208 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #D07601

Tints of Mango Tango #D07601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 63.61%
G = 36.09%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D07601 (or 0xD07601) is known color: Mango Tango. HEX triplet: D0, 76 and 01. RGB value is (208,118,1). Sum of RGB (Red+Green+Blue) = 208+118+1=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D07601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07601 is #2F89FE. Grayscale: #848484. Windows color (decimal): -3115519 or 95952. OLE color: 95952.

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

Color convert

RGB 208 118 1 -
CMYK 0 0.43 1.00 0.18
HSL 33.91º 0.99% 0.41% -
HSV(B) 33.91º 1% 0.82% -
XYZ 32.5 26.37 3.41 -
YUV 131.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 208 118 1 0 0.43 1.00 0.18 33.91 0.99 0.41
Hex D0 76 1 0 2B 64 12 22 63 29
Octal 320 166 1 0 53 144 22 42 143 51
Binary 11010000 1110110 1 0 101011 1100100 10010 100010 1100011 101001

Color Harmonies of #D07601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07601

Black with #D07601

Text Example


Text Example

White with #D07601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07601; }

 p { color: rgb(208,118,1); }

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

background-color css

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

 a { background-color: rgb(208,118,1); }

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

border-color css

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

 span { border-color: rgb(208,118,1); }

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