Html Css Color HEX #D06E3A Tango

📋 copy color: '#D06E3A'

red 208 ◦ green 110 ◦ blue 58

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

Shades of Tango #D06E3A

Tints of Tango #D06E3A

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 55.32%
G = 29.26%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D06E3A (or 0xD06E3A) is known color: Tango. HEX triplet: D0, 6E and 3A. RGB value is (208,110,58). Sum of RGB (Red+Green+Blue) = 208+110+58=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E3A is #2F91C5. Grayscale: #858585. Windows color (decimal): -3117510 or 3829456. OLE color: 3829456.

HSL color Cylindrical-coordinate representation of color #D06E3A: hue angle of 20.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D06E3A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 58 -
CMYK 0 0.47 0.72 0.18
HSL 20.8º 0.61% 0.52% -
HSV(B) 20.8º 0.72% 0.82% -
XYZ 32.35 24.87 7.1 -
YUV 133.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 208 110 58 0 0.47 0.72 0.18 20.8 0.61 0.52
Hex D0 6E 3A 0 2F 48 12 15 3D 34
Octal 320 156 72 0 57 110 22 25 75 64
Binary 11010000 1101110 111010 0 101111 1001000 10010 10101 111101 110100

Color Harmonies of #D06E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E3A

Black with #D06E3A

Text Example


Text Example

White with #D06E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E3A; }

 p { color: rgb(208,110,58); }

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

background-color css

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

 a { background-color: rgb(208,110,58); }

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

border-color css

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

 span { border-color: rgb(208,110,58); }

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