Html Css Color HEX #D26E30 Tango

📋 copy color: '#D26E30'

red 210 ◦ green 110 ◦ blue 48

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

Shades of Tango #D26E30

Tints of Tango #D26E30

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 57.07%
G = 29.89%
B = 13.04%

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

#D26E30 (or 0xD26E30) is known color: Tango. HEX triplet: D2, 6E and 30. RGB value is (210,110,48). Sum of RGB (Red+Green+Blue) = 210+110+48=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26E30 is #2D91CF. Grayscale: #858585. Windows color (decimal): -2986448 or 3174098. OLE color: 3174098.

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

Color convert

RGB 210 110 48 -
CMYK 0 0.48 0.77 0.18
HSL 22.96º 0.64% 0.51% -
HSV(B) 22.96º 0.77% 0.82% -
XYZ 32.69 25.07 5.91 -
YUV 132.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 210 110 48 0 0.48 0.77 0.18 22.96 0.64 0.51
Hex D2 6E 30 0 30 4D 12 17 40 33
Octal 322 156 60 0 60 115 22 27 100 63
Binary 11010010 1101110 110000 0 110000 1001101 10010 10111 1000000 110011

Color Harmonies of #D26E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26E30

Black with #D26E30

Text Example


Text Example

White with #D26E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26E30; }

 p { color: rgb(210,110,48); }

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

background-color css

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

 a { background-color: rgb(210,110,48); }

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

border-color css

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

 span { border-color: rgb(210,110,48); }

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