Html Css Color HEX #D07305 Mango Tango

📋 copy color: '#D07305'

red 208 ◦ green 115 ◦ blue 5

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

Shades of Mango Tango #D07305

Tints of Mango Tango #D07305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 63.41%
G = 35.06%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D07305 (or 0xD07305) is known color: Mango Tango. HEX triplet: D0, 73 and 05. RGB value is (208,115,5). Sum of RGB (Red+Green+Blue) = 208+115+5=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D07305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07305 is #2F8CFA. Grayscale: #828282. Windows color (decimal): -3116283 or 357328. OLE color: 357328.

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

Color convert

RGB 208 115 5 -
CMYK 0 0.45 0.98 0.18
HSL 32.51º 0.95% 0.42% -
HSV(B) 32.51º 0.98% 0.82% -
XYZ 32.17 25.68 3.41 -
YUV 130.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 208 115 5 0 0.45 0.98 0.18 32.51 0.95 0.42
Hex D0 73 5 0 2D 62 12 21 5F 2A
Octal 320 163 5 0 55 142 22 41 137 52
Binary 11010000 1110011 101 0 101101 1100010 10010 100001 1011111 101010

Color Harmonies of #D07305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07305

Black with #D07305

Text Example


Text Example

White with #D07305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07305; }

 p { color: rgb(208,115,5); }

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

background-color css

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

 a { background-color: rgb(208,115,5); }

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

border-color css

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

 span { border-color: rgb(208,115,5); }

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