Html Css Color HEX #D68202 Mango Tango

📋 copy color: '#D68202'

red 214 ◦ green 130 ◦ blue 2

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

Shades of Mango Tango #D68202

Tints of Mango Tango #D68202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 61.85%
G = 37.57%
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

#D68202 (or 0xD68202) is known color: Mango Tango. HEX triplet: D6, 82 and 02. RGB value is (214,130,2). Sum of RGB (Red+Green+Blue) = 214+130+2=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D68202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68202 is #297DFD. Grayscale: #8D8D8D. Windows color (decimal): -2719230 or 164566. OLE color: 164566.

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

Color convert

RGB 214 130 2 -
CMYK 0 0.39 0.99 0.16
HSL 36.23º 0.98% 0.42% -
HSV(B) 36.23º 0.99% 0.84% -
XYZ 35.73 30.27 4.02 -
YUV 140.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 214 130 2 0 0.39 0.99 0.16 36.23 0.98 0.42
Hex D6 82 2 0 27 63 10 24 62 2A
Octal 326 202 2 0 47 143 20 44 142 52
Binary 11010110 10000010 10 0 100111 1100011 10000 100100 1100010 101010

Color Harmonies of #D68202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68202

Black with #D68202

Text Example


Text Example

White with #D68202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68202; }

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

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

background-color css

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

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

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

border-color css

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

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

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