Html Css Color HEX #D67002 Mango Tango

📋 copy color: '#D67002'

red 214 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #D67002

Tints of Mango Tango #D67002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 65.24%
G = 34.15%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D67002 (or 0xD67002) is known color: Mango Tango. HEX triplet: D6, 70 and 02. RGB value is (214,112,2). Sum of RGB (Red+Green+Blue) = 214+112+2=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D67002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67002 is #298FFD. Grayscale: #828282. Windows color (decimal): -2723838 or 159958. OLE color: 159958.

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

Color convert

RGB 214 112 2 -
CMYK 0 0.48 0.99 0.16
HSL 31.13º 0.98% 0.42% -
HSV(B) 31.13º 0.99% 0.84% -
XYZ 33.54 25.89 3.29 -
YUV 129.96 55.79 187.94 -
System Red Green Blue C M Y K H S L
Decimal 214 112 2 0 0.48 0.99 0.16 31.13 0.98 0.42
Hex D6 70 2 0 30 63 10 1F 62 2A
Octal 326 160 2 0 60 143 20 37 142 52
Binary 11010110 1110000 10 0 110000 1100011 10000 11111 1100010 101010

Color Harmonies of #D67002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67002

Black with #D67002

Text Example


Text Example

White with #D67002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67002; }

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

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

background-color css

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

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

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

border-color css

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

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

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