Html Css Color HEX #D67A00 Mango Tango

📋 copy color: '#D67A00'

red 214 ◦ green 122 ◦ blue 0

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

Shades of Mango Tango #D67A00

Tints of Mango Tango #D67A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

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

R = 63.69%
G = 36.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67A00 (or 0xD67A00) is known color: Mango Tango. HEX triplet: D6, 7A and 00. RGB value is (214,122,0). Sum of RGB (Red+Green+Blue) = 214+122+0=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A00 is #2985FF. Grayscale: #888888. Windows color (decimal): -2721280 or 31446. OLE color: 31446.

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

Color convert

RGB 214 122 0 -
CMYK 0 0.43 1 0.16
HSL 34.21º 1% 0.42% -
HSV(B) 34.21º 1% 0.84% -
XYZ 34.69 28.22 3.62 -
YUV 135.6 51.48 183.92 -
System Red Green Blue C M Y K H S L
Decimal 214 122 0 0 0.43 1 0.16 34.21 1 0.42
Hex D6 7A 0 0 2B 64 10 22 64 2A
Octal 326 172 0 0 53 144 20 42 144 52
Binary 11010110 1111010 0 0 101011 1100100 10000 100010 1100100 101010

Color Harmonies of #D67A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A00

Black with #D67A00

Text Example


Text Example

White with #D67A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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