Html Css Color HEX #DA7B0E Mango Tango

📋 copy color: '#DA7B0E'

red 218 ◦ green 123 ◦ blue 14

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

Shades of Mango Tango #DA7B0E

Tints of Mango Tango #DA7B0E

RGB

 RED value IS 218 (85.55% from 255) = 61.41%

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 61.41%
G = 34.65%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA7B0E (or 0xDA7B0E) is known color: Mango Tango. HEX triplet: DA, 7B and 0E. RGB value is (218,123,14). Sum of RGB (Red+Green+Blue) = 218+123+14=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B0E is #2584F1. Grayscale: #8B8B8B. Windows color (decimal): -2458866 or 949210. OLE color: 949210.

HSL color Cylindrical-coordinate representation of color #DA7B0E: hue angle of 32.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA7B0E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 14 -
CMYK 0 0.44 0.94 0.15
HSL 32.06º 0.88% 0.45% -
HSV(B) 32.06º 0.94% 0.85% -
XYZ 36.08 29.1 4.13 -
YUV 138.98 57.47 184.36 -
System Red Green Blue C M Y K H S L
Decimal 218 123 14 0 0.44 0.94 0.15 32.06 0.88 0.45
Hex DA 7B E 0 2C 5E F 20 58 2D
Octal 332 173 16 0 54 136 17 40 130 55
Binary 11011010 1111011 1110 0 101100 1011110 1111 100000 1011000 101101

Color Harmonies of #DA7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B0E

Black with #DA7B0E

Text Example


Text Example

White with #DA7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B0E; }

 p { color: rgb(218,123,14); }

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

background-color css

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

 a { background-color: rgb(218,123,14); }

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

border-color css

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

 span { border-color: rgb(218,123,14); }

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