Html Css Color HEX #D67000 Mango Tango

📋 copy color: '#D67000'

red 214 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D67000

Tints of Mango Tango #D67000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.64%
G = 34.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67000 (or 0xD67000) is known color: Mango Tango. HEX triplet: D6, 70 and 00. RGB value is (214,112,0). Sum of RGB (Red+Green+Blue) = 214+112+0=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D67000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67000 is #298FFF. Grayscale: #828282. Windows color (decimal): -2723840 or 28886. OLE color: 28886.

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

Color convert

RGB 214 112 0 -
CMYK 0 0.48 1 0.16
HSL 31.4º 1% 0.42% -
HSV(B) 31.4º 1% 0.84% -
XYZ 33.53 25.88 3.23 -
YUV 129.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 214 112 0 0 0.48 1 0.16 31.4 1 0.42
Hex D6 70 0 0 30 64 10 1F 64 2A
Octal 326 160 0 0 60 144 20 37 144 52
Binary 11010110 1110000 0 0 110000 1100100 10000 11111 1100100 101010

Color Harmonies of #D67000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67000

Black with #D67000

Text Example


Text Example

White with #D67000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67000; }

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

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

background-color css

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

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

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

border-color css

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

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

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