Html Css Color HEX #D67508 Mango Tango

📋 copy color: '#D67508'

red 214 ◦ green 117 ◦ blue 8

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

Shades of Mango Tango #D67508

Tints of Mango Tango #D67508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 63.13%
G = 34.51%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D67508 (or 0xD67508) is known color: Mango Tango. HEX triplet: D6, 75 and 08. RGB value is (214,117,8). Sum of RGB (Red+Green+Blue) = 214+117+8=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D67508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67508 is #298AF7. Grayscale: #868686. Windows color (decimal): -2722552 or 554454. OLE color: 554454.

HSL color Cylindrical-coordinate representation of color #D67508: hue angle of 31.75º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D67508 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 8 -
CMYK 0 0.45 0.96 0.16
HSL 31.75º 0.93% 0.44% -
HSV(B) 31.75º 0.96% 0.84% -
XYZ 34.14 27.04 3.65 -
YUV 133.58 57.14 185.36 -
System Red Green Blue C M Y K H S L
Decimal 214 117 8 0 0.45 0.96 0.16 31.75 0.93 0.44
Hex D6 75 8 0 2D 60 10 20 5D 2C
Octal 326 165 10 0 55 140 20 40 135 54
Binary 11010110 1110101 1000 0 101101 1100000 10000 100000 1011101 101100

Color Harmonies of #D67508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67508

Black with #D67508

Text Example


Text Example

White with #D67508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67508; }

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

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

background-color css

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

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

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

border-color css

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

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

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