Html Css Color HEX #D26D31 Tango

📋 copy color: '#D26D31'

red 210 ◦ green 109 ◦ blue 49

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

Shades of Tango #D26D31

Tints of Tango #D26D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 57.07%
G = 29.62%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D26D31 (or 0xD26D31) is known color: Tango. HEX triplet: D2, 6D and 31. RGB value is (210,109,49). Sum of RGB (Red+Green+Blue) = 210+109+49=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D31 is #2D92CE. Grayscale: #848484. Windows color (decimal): -2986703 or 3239378. OLE color: 3239378.

HSL color Cylindrical-coordinate representation of color #D26D31: hue angle of 22.36º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D26D31 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 109 49 -
CMYK 0 0.48 0.77 0.18
HSL 22.36º 0.64% 0.51% -
HSV(B) 22.36º 0.77% 0.82% -
XYZ 32.6 24.86 5.99 -
YUV 132.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 210 109 49 0 0.48 0.77 0.18 22.36 0.64 0.51
Hex D2 6D 31 0 30 4D 12 16 40 33
Octal 322 155 61 0 60 115 22 26 100 63
Binary 11010010 1101101 110001 0 110000 1001101 10010 10110 1000000 110011

Color Harmonies of #D26D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26D31

Black with #D26D31

Text Example


Text Example

White with #D26D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26D31; }

 p { color: rgb(210,109,49); }

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

background-color css

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

 a { background-color: rgb(210,109,49); }

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

border-color css

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

 span { border-color: rgb(210,109,49); }

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