Html Css Color HEX #DA6504 Mango Tango

📋 copy color: '#DA6504'

red 218 ◦ green 101 ◦ blue 4

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

Shades of Mango Tango #DA6504

Tints of Mango Tango #DA6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 67.49%
G = 31.27%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA6504 (or 0xDA6504) is known color: Mango Tango. HEX triplet: DA, 65 and 04. RGB value is (218,101,4). Sum of RGB (Red+Green+Blue) = 218+101+4=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6504 is #259AFB. Grayscale: #7D7D7D. Windows color (decimal): -2464508 or 288218. OLE color: 288218.

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

Color convert

RGB 218 101 4 -
CMYK 0 0.54 0.98 0.15
HSL 27.2º 0.96% 0.44% -
HSV(B) 27.2º 0.98% 0.85% -
XYZ 33.59 24.22 3.02 -
YUV 124.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 218 101 4 0 0.54 0.98 0.15 27.2 0.96 0.44
Hex DA 65 4 0 36 62 F 1B 60 2C
Octal 332 145 4 0 66 142 17 33 140 54
Binary 11011010 1100101 100 0 110110 1100010 1111 11011 1100000 101100

Color Harmonies of #DA6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6504

Black with #DA6504

Text Example


Text Example

White with #DA6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6504; }

 p { color: rgb(218,101,4); }

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

background-color css

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

 a { background-color: rgb(218,101,4); }

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

border-color css

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

 span { border-color: rgb(218,101,4); }

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