Html Css Color HEX #D67205 Mango Tango

📋 copy color: '#D67205'

red 214 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D67205

Tints of Mango Tango #D67205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 64.26%
G = 34.23%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67205 (or 0xD67205) is known color: Mango Tango. HEX triplet: D6, 72 and 05. RGB value is (214,114,5). Sum of RGB (Red+Green+Blue) = 214+114+5=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D67205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67205 is #298DFA. Grayscale: #848484. Windows color (decimal): -2723323 or 357078. OLE color: 357078.

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

Color convert

RGB 214 114 5 -
CMYK 0 0.47 0.98 0.16
HSL 31.29º 0.95% 0.43% -
HSV(B) 31.29º 0.98% 0.84% -
XYZ 33.78 26.34 3.45 -
YUV 131.47 56.63 186.86 -
System Red Green Blue C M Y K H S L
Decimal 214 114 5 0 0.47 0.98 0.16 31.29 0.95 0.43
Hex D6 72 5 0 2F 62 10 1F 5F 2B
Octal 326 162 5 0 57 142 20 37 137 53
Binary 11010110 1110010 101 0 101111 1100010 10000 11111 1011111 101011

Color Harmonies of #D67205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67205

Black with #D67205

Text Example


Text Example

White with #D67205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67205; }

 p { color: rgb(214,114,5); }

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

background-color css

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

 a { background-color: rgb(214,114,5); }

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

border-color css

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

 span { border-color: rgb(214,114,5); }

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