Html Css Color HEX #D6743C Tango

📋 copy color: '#D6743C'

red 214 ◦ green 116 ◦ blue 60

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

Shades of Tango #D6743C

Tints of Tango #D6743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 54.87%
G = 29.74%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6743C (or 0xD6743C) is known color: Tango. HEX triplet: D6, 74 and 3C. RGB value is (214,116,60). Sum of RGB (Red+Green+Blue) = 214+116+60=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6743C is #298BC3. Grayscale: #8B8B8B. Windows color (decimal): -2722756 or 3962070. OLE color: 3962070.

HSL color Cylindrical-coordinate representation of color #D6743C: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6743C is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 60 -
CMYK 0 0.46 0.72 0.16
HSL 21.82º 0.65% 0.54% -
HSV(B) 21.82º 0.72% 0.84% -
XYZ 34.79 27.11 7.67 -
YUV 138.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 214 116 60 0 0.46 0.72 0.16 21.82 0.65 0.54
Hex D6 74 3C 0 2E 48 10 16 41 36
Octal 326 164 74 0 56 110 20 26 101 66
Binary 11010110 1110100 111100 0 101110 1001000 10000 10110 1000001 110110

Color Harmonies of #D6743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6743C

Black with #D6743C

Text Example


Text Example

White with #D6743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6743C; }

 p { color: rgb(214,116,60); }

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

background-color css

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

 a { background-color: rgb(214,116,60); }

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

border-color css

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

 span { border-color: rgb(214,116,60); }

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