Html Css Color HEX #D26F05 Mango Tango

📋 copy color: '#D26F05'

red 210 ◦ green 111 ◦ blue 5

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

Shades of Mango Tango #D26F05

Tints of Mango Tango #D26F05

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 64.42%
G = 34.05%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26F05 (or 0xD26F05) is known color: Mango Tango. HEX triplet: D2, 6F and 05. RGB value is (210,111,5). Sum of RGB (Red+Green+Blue) = 210+111+5=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26F05 is #2D90FA. Grayscale: #818181. Windows color (decimal): -2986235 or 356306. OLE color: 356306.

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

Color convert

RGB 210 111 5 -
CMYK 0 0.47 0.98 0.18
HSL 31.02º 0.95% 0.42% -
HSV(B) 31.02º 0.98% 0.82% -
XYZ 32.29 25.08 3.28 -
YUV 128.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 210 111 5 0 0.47 0.98 0.18 31.02 0.95 0.42
Hex D2 6F 5 0 2F 62 12 1F 5F 2A
Octal 322 157 5 0 57 142 22 37 137 52
Binary 11010010 1101111 101 0 101111 1100010 10010 11111 1011111 101010

Color Harmonies of #D26F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F05

Black with #D26F05

Text Example


Text Example

White with #D26F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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