Html Css Color HEX #DA7F0C Mango Tango

📋 copy color: '#DA7F0C'

red 218 ◦ green 127 ◦ blue 12

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

Shades of Mango Tango #DA7F0C

Tints of Mango Tango #DA7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 61.06%
G = 35.57%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA7F0C (or 0xDA7F0C) is known color: Mango Tango. HEX triplet: DA, 7F and 0C. RGB value is (218,127,12). Sum of RGB (Red+Green+Blue) = 218+127+12=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F0C is #2580F3. Grayscale: #8D8D8D. Windows color (decimal): -2457844 or 819162. OLE color: 819162.

HSL color Cylindrical-coordinate representation of color #DA7F0C: hue angle of 33.5º degrees, saturation: 0.9, 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 #DA7F0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 12 -
CMYK 0 0.42 0.94 0.15
HSL 33.5º 0.9% 0.45% -
HSV(B) 33.5º 0.94% 0.85% -
XYZ 36.57 30.11 4.23 -
YUV 141.1 55.15 182.85 -
System Red Green Blue C M Y K H S L
Decimal 218 127 12 0 0.42 0.94 0.15 33.5 0.9 0.45
Hex DA 7F C 0 2A 5E F 21 5A 2D
Octal 332 177 14 0 52 136 17 41 132 55
Binary 11011010 1111111 1100 0 101010 1011110 1111 100001 1011010 101101

Color Harmonies of #DA7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F0C

Black with #DA7F0C

Text Example


Text Example

White with #DA7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F0C; }

 p { color: rgb(218,127,12); }

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

background-color css

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

 a { background-color: rgb(218,127,12); }

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

border-color css

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

 span { border-color: rgb(218,127,12); }

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