Html Css Color HEX #D67302 Mango Tango

📋 copy color: '#D67302'

red 214 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #D67302

Tints of Mango Tango #D67302

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

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

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

R = 64.65%
G = 34.74%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D67302 (or 0xD67302) is known color: Mango Tango. HEX triplet: D6, 73 and 02. RGB value is (214,115,2). Sum of RGB (Red+Green+Blue) = 214+115+2=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D67302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67302 is #298CFD. Grayscale: #848484. Windows color (decimal): -2723070 or 160726. OLE color: 160726.

HSL color Cylindrical-coordinate representation of color #D67302: hue angle of 31.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D67302 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 2 -
CMYK 0 0.46 0.99 0.16
HSL 31.98º 0.98% 0.42% -
HSV(B) 31.98º 0.99% 0.84% -
XYZ 33.87 26.56 3.4 -
YUV 131.72 54.8 186.69 -
System Red Green Blue C M Y K H S L
Decimal 214 115 2 0 0.46 0.99 0.16 31.98 0.98 0.42
Hex D6 73 2 0 2E 63 10 20 62 2A
Octal 326 163 2 0 56 143 20 40 142 52
Binary 11010110 1110011 10 0 101110 1100011 10000 100000 1100010 101010

Color Harmonies of #D67302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67302

Black with #D67302

Text Example


Text Example

White with #D67302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67302; }

 p { color: rgb(214,115,2); }

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

background-color css

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

 a { background-color: rgb(214,115,2); }

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

border-color css

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

 span { border-color: rgb(214,115,2); }

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