Html Css Color HEX #D67307 Mango Tango

📋 copy color: '#D67307'

red 214 ◦ green 115 ◦ blue 7

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

Shades of Mango Tango #D67307

Tints of Mango Tango #D67307

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 63.69%
G = 34.23%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67307 (or 0xD67307) is known color: Mango Tango. HEX triplet: D6, 73 and 07. RGB value is (214,115,7). Sum of RGB (Red+Green+Blue) = 214+115+7=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67307 is #298CF8. Grayscale: #848484. Windows color (decimal): -2723065 or 488406. OLE color: 488406.

HSL color Cylindrical-coordinate representation of color #D67307: hue angle of 31.3º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D67307 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 7 -
CMYK 0 0.46 0.97 0.16
HSL 31.3º 0.94% 0.43% -
HSV(B) 31.3º 0.97% 0.84% -
XYZ 33.9 26.57 3.54 -
YUV 132.29 57.3 186.28 -
System Red Green Blue C M Y K H S L
Decimal 214 115 7 0 0.46 0.97 0.16 31.3 0.94 0.43
Hex D6 73 7 0 2E 61 10 1F 5E 2B
Octal 326 163 7 0 56 141 20 37 136 53
Binary 11010110 1110011 111 0 101110 1100001 10000 11111 1011110 101011

Color Harmonies of #D67307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67307

Black with #D67307

Text Example


Text Example

White with #D67307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67307; }

 p { color: rgb(214,115,7); }

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

background-color css

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

 a { background-color: rgb(214,115,7); }

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

border-color css

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

 span { border-color: rgb(214,115,7); }

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