Html Css Color HEX #D6733B Tango

📋 copy color: '#D6733B'

red 214 ◦ green 115 ◦ blue 59

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

Shades of Tango #D6733B

Tints of Tango #D6733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 59 (23.44% from 255) = 15.21%

R = 55.15%
G = 29.64%
B = 15.21%

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

#D6733B (or 0xD6733B) is known color: Tango. HEX triplet: D6, 73 and 3B. RGB value is (214,115,59). Sum of RGB (Red+Green+Blue) = 214+115+59=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6733B is #298CC4. Grayscale: #8A8A8A. Windows color (decimal): -2723013 or 3896278. OLE color: 3896278.

HSL color Cylindrical-coordinate representation of color #D6733B: hue angle of 21.68º 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 #D6733B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 59 -
CMYK 0 0.46 0.72 0.16
HSL 21.68º 0.65% 0.54% -
HSV(B) 21.68º 0.72% 0.84% -
XYZ 34.65 26.87 7.5 -
YUV 138.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 214 115 59 0 0.46 0.72 0.16 21.68 0.65 0.54
Hex D6 73 3B 0 2E 48 10 16 41 36
Octal 326 163 73 0 56 110 20 26 101 66
Binary 11010110 1110011 111011 0 101110 1001000 10000 10110 1000001 110110

Color Harmonies of #D6733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6733B

Black with #D6733B

Text Example


Text Example

White with #D6733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6733B; }

 p { color: rgb(214,115,59); }

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

background-color css

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

 a { background-color: rgb(214,115,59); }

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

border-color css

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

 span { border-color: rgb(214,115,59); }

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