Html Css Color HEX #D68302 Mango Tango

📋 copy color: '#D68302'

red 214 ◦ green 131 ◦ blue 2

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

Shades of Mango Tango #D68302

Tints of Mango Tango #D68302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 61.67%
G = 37.75%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D68302 (or 0xD68302) is known color: Mango Tango. HEX triplet: D6, 83 and 02. RGB value is (214,131,2). Sum of RGB (Red+Green+Blue) = 214+131+2=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D68302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68302 is #297CFD. Grayscale: #8D8D8D. Windows color (decimal): -2718974 or 164822. OLE color: 164822.

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

Color convert

RGB 214 131 2 -
CMYK 0 0.39 0.99 0.16
HSL 36.51º 0.98% 0.42% -
HSV(B) 36.51º 0.99% 0.84% -
XYZ 35.86 30.53 4.06 -
YUV 141.11 49.5 179.99 -
System Red Green Blue C M Y K H S L
Decimal 214 131 2 0 0.39 0.99 0.16 36.51 0.98 0.42
Hex D6 83 2 0 27 63 10 25 62 2A
Octal 326 203 2 0 47 143 20 45 142 52
Binary 11010110 10000011 10 0 100111 1100011 10000 100101 1100010 101010

Color Harmonies of #D68302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68302

Black with #D68302

Text Example


Text Example

White with #D68302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68302; }

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

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

background-color css

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

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

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

border-color css

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

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

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