Html Css Color HEX #D6783A Tango

📋 copy color: '#D6783A'

red 214 ◦ green 120 ◦ blue 58

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

Shades of Tango #D6783A

Tints of Tango #D6783A

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 54.59%
G = 30.61%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6783A (or 0xD6783A) is known color: Tango. HEX triplet: D6, 78 and 3A. RGB value is (214,120,58). Sum of RGB (Red+Green+Blue) = 214+120+58=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6783A is #2987C5. Grayscale: #8D8D8D. Windows color (decimal): -2721734 or 3832022. OLE color: 3832022.

HSL color Cylindrical-coordinate representation of color #D6783A: hue angle of 23.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6783A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 58 -
CMYK 0 0.44 0.73 0.16
HSL 23.85º 0.66% 0.53% -
HSV(B) 23.85º 0.73% 0.84% -
XYZ 35.21 28.03 7.56 -
YUV 141.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 214 120 58 0 0.44 0.73 0.16 23.85 0.66 0.53
Hex D6 78 3A 0 2C 49 10 18 42 35
Octal 326 170 72 0 54 111 20 30 102 65
Binary 11010110 1111000 111010 0 101100 1001001 10000 11000 1000010 110101

Color Harmonies of #D6783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6783A

Black with #D6783A

Text Example


Text Example

White with #D6783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6783A; }

 p { color: rgb(214,120,58); }

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

background-color css

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

 a { background-color: rgb(214,120,58); }

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

border-color css

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

 span { border-color: rgb(214,120,58); }

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