Html Css Color HEX #D6733C Tango

📋 copy color: '#D6733C'

red 214 ◦ green 115 ◦ blue 60

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

Shades of Tango #D6733C

Tints of Tango #D6733C

RGB

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

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

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

R = 55.01%
G = 29.56%
B = 15.42%

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

#D6733C (or 0xD6733C) is known color: Tango. HEX triplet: D6, 73 and 3C. RGB value is (214,115,60). Sum of RGB (Red+Green+Blue) = 214+115+60=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6733C is #298CC3. Grayscale: #8A8A8A. Windows color (decimal): -2723012 or 3961814. OLE color: 3961814.

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

Color convert

RGB 214 115 60 -
CMYK 0 0.46 0.72 0.16
HSL 21.43º 0.65% 0.54% -
HSV(B) 21.43º 0.72% 0.84% -
XYZ 34.68 26.88 7.64 -
YUV 138.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 214 115 60 0 0.46 0.72 0.16 21.43 0.65 0.54
Hex D6 73 3C 0 2E 48 10 15 41 36
Octal 326 163 74 0 56 110 20 25 101 66
Binary 11010110 1110011 111100 0 101110 1001000 10000 10101 1000001 110110

Color Harmonies of #D6733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6733C

Black with #D6733C

Text Example


Text Example

White with #D6733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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