Html Css Color HEX #D26C05 Mango Tango

📋 copy color: '#D26C05'

red 210 ◦ green 108 ◦ blue 5

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

Shades of Mango Tango #D26C05

Tints of Mango Tango #D26C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 65.02%
G = 33.44%
B = 1.55%

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

#D26C05 (or 0xD26C05) is known color: Mango Tango. HEX triplet: D2, 6C and 05. RGB value is (210,108,5). Sum of RGB (Red+Green+Blue) = 210+108+5=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C05 is #2D93FA. Grayscale: #7F7F7F. Windows color (decimal): -2987003 or 355538. OLE color: 355538.

HSL color Cylindrical-coordinate representation of color #D26C05: hue angle of 30.15º degrees, saturation: 0.95, 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 #D26C05 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 108 5 -
CMYK 0 0.49 0.98 0.18
HSL 30.15º 0.95% 0.42% -
HSV(B) 30.15º 0.98% 0.82% -
XYZ 31.97 24.44 3.18 -
YUV 126.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 210 108 5 0 0.49 0.98 0.18 30.15 0.95 0.42
Hex D2 6C 5 0 31 62 12 1E 5F 2A
Octal 322 154 5 0 61 142 22 36 137 52
Binary 11010010 1101100 101 0 110001 1100010 10010 11110 1011111 101010

Color Harmonies of #D26C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C05

Black with #D26C05

Text Example


Text Example

White with #D26C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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