Html Css Color HEX #D67C0B Mango Tango

📋 copy color: '#D67C0B'

red 214 ◦ green 124 ◦ blue 11

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

Shades of Mango Tango #D67C0B

Tints of Mango Tango #D67C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 61.32%
G = 35.53%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D67C0B (or 0xD67C0B) is known color: Mango Tango. HEX triplet: D6, 7C and 0B. RGB value is (214,124,11). Sum of RGB (Red+Green+Blue) = 214+124+11=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C0B is #2983F4. Grayscale: #8A8A8A. Windows color (decimal): -2720757 or 752854. OLE color: 752854.

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

Color convert

RGB 214 124 11 -
CMYK 0 0.42 0.95 0.16
HSL 33.4º 0.9% 0.44% -
HSV(B) 33.4º 0.95% 0.84% -
XYZ 35 28.74 4.02 -
YUV 138.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 214 124 11 0 0.42 0.95 0.16 33.4 0.9 0.44
Hex D6 7C B 0 2A 5F 10 21 5A 2C
Octal 326 174 13 0 52 137 20 41 132 54
Binary 11010110 1111100 1011 0 101010 1011111 10000 100001 1011010 101100

Color Harmonies of #D67C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C0B

Black with #D67C0B

Text Example


Text Example

White with #D67C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C0B; }

 p { color: rgb(214,124,11); }

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

background-color css

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

 a { background-color: rgb(214,124,11); }

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

border-color css

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

 span { border-color: rgb(214,124,11); }

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