Html Css Color HEX #D67502 Mango Tango

📋 copy color: '#D67502'

red 214 ◦ green 117 ◦ blue 2

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

Shades of Mango Tango #D67502

Tints of Mango Tango #D67502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 64.26%
G = 35.14%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D67502 (or 0xD67502) is known color: Mango Tango. HEX triplet: D6, 75 and 02. RGB value is (214,117,2). Sum of RGB (Red+Green+Blue) = 214+117+2=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D67502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67502 is #298AFD. Grayscale: #858585. Windows color (decimal): -2722558 or 161238. OLE color: 161238.

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

Color convert

RGB 214 117 2 -
CMYK 0 0.45 0.99 0.16
HSL 32.55º 0.98% 0.42% -
HSV(B) 32.55º 0.99% 0.84% -
XYZ 34.1 27.02 3.48 -
YUV 132.89 54.14 185.85 -
System Red Green Blue C M Y K H S L
Decimal 214 117 2 0 0.45 0.99 0.16 32.55 0.98 0.42
Hex D6 75 2 0 2D 63 10 21 62 2A
Octal 326 165 2 0 55 143 20 41 142 52
Binary 11010110 1110101 10 0 101101 1100011 10000 100001 1100010 101010

Color Harmonies of #D67502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67502

Black with #D67502

Text Example


Text Example

White with #D67502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67502; }

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

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

background-color css

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

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

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

border-color css

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

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

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