Html Css Color HEX #D26C04 Mango Tango

📋 copy color: '#D26C04'

red 210 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #D26C04

Tints of Mango Tango #D26C04

RGB

 RED value IS 210 (82.42% from 255) = 65.22%

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 65.22%
G = 33.54%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26C04 (or 0xD26C04) is known color: Mango Tango. HEX triplet: D2, 6C and 04. RGB value is (210,108,4). Sum of RGB (Red+Green+Blue) = 210+108+4=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C04 is #2D93FB. Grayscale: #7F7F7F. Windows color (decimal): -2987004 or 290002. OLE color: 290002.

HSL color Cylindrical-coordinate representation of color #D26C04: hue angle of 30.29º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D26C04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 108 4 -
CMYK 0 0.49 0.98 0.18
HSL 30.29º 0.96% 0.42% -
HSV(B) 30.29º 0.98% 0.82% -
XYZ 31.96 24.44 3.15 -
YUV 126.64 58.79 187.46 -
System Red Green Blue C M Y K H S L
Decimal 210 108 4 0 0.49 0.98 0.18 30.29 0.96 0.42
Hex D2 6C 4 0 31 62 12 1E 60 2A
Octal 322 154 4 0 61 142 22 36 140 52
Binary 11010010 1101100 100 0 110001 1100010 10010 11110 1100000 101010

Color Harmonies of #D26C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C04

Black with #D26C04

Text Example


Text Example

White with #D26C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C04; }

 p { color: rgb(210,108,4); }

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

background-color css

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

 a { background-color: rgb(210,108,4); }

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

border-color css

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

 span { border-color: rgb(210,108,4); }

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